Color spaces of #3cca2b
RGB | 60 | 202 | 43 |
---|---|---|---|
HSL | 0.32 | 0.65 | 0.48 |
HSV | 114° | 79° | 79° |
CMYK | 0.70 | 0.00 | 0.79 0.21 |
XYZ | 23.4201 | 43.3761 | 9.4236 |
Yxy | 43.3761 | 0.3073 | 0.5691 |
Hunter Lab | 65.8605 | -51.7811 | 37.6189 |
CIE-Lab | 71.8095 | -65.0259 | 62.9285 |
#3cca2b color RGB value is (60,202,43).
#3cca2b hex color red value is 60, green value is 202 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #3cca2b hue: 0.32 , saturation: 0.65 and the lightness value of 3cca2b is 0.48.
The process color (four color CMYK) of #3cca2b color hex is 0.70, 0.00, 0.79, 0.21. Web safe color of #3cca2b is #33cc33. Color #3cca2b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 11001010 | 00101011 |
Octal | 74 | 312 | 53 |
Decimal | 60 | 202 | 43 |
Hex | 3C | CA | 2B |
Shades of #3cca2b
Tints of #3cca2b
RGB Percentages of Color #3cca2b
CMYK Percentages of Color #3cca2b
Complementary Color
#3cca2b | #b92bca |
#3cca2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3cca2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#3cca2b Color CSS Codes
.mybgcolor {background-color:#3cca2b; } .myforecolor {color:#3cca2b; } .mybordercolor {border:3px solid #3cca2b; }
#3cca2b Text Font Color
<p style="color:#3cca2b">Text here</p>
This sample text font color is #3cca2b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#3cca2b Background Color
<div style="background-color:#3cca2b">
Div content here</div>
This div background color is #3cca2b
#3cca2b Border Color
<div style="border:3px solid #3cca2b">
Div here</div>
This div border color is #3cca2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,202,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3cca2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3cca2b; -webkit-box-shadow: 1px 1px 3px 2px #3cca2b; box-shadow: 1px 1px 3px 2px #3cca2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,202,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3cca2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3cca2b; -webkit-box-shadow: 1px 1px 3px 2px #3cca2b; box-shadow: 1px 1px 3px 2px #3cca2b;">
Div content here</div>
This div box has shadow with color #3cca2b
Comments
No comments written yet.
Please login to write comment.