Shades of Lime Green #42CC36
Tints of Lime Green #42CC36
RGB
CMYK
RGB Variations
Color information
#42CC36 (or 0x42CC36) is known color: Lime Green. HEX triplet: 42, CC and 36. RGB value is (66,204,54). Sum of RGB (Red+Green+Blue) = 66+204+54=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CC36 is #BD33C9. Grayscale: #929292. Windows color (decimal): -12399562 or 3591234. OLE color: 3591234.
HSL color Cylindrical-coordinate representation of color #42CC36: hue angle of 115.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42CC36 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 54 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.2 |
| HSL | 115.2º | 0.6% | 0.51% | - |
| HSV(B) | 115.2º | 0.74% | 0.8% | - |
| XYZ | 24.51 | 44.61 | 10.81 | - |
| YUV | 145.64 | 76.28 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 54 | 0.68 | 0 | 0.74 | 0.2 | 115.2 | 0.6 | 0.51 |
| Hex | 42 | CC | 36 | 44 | 0 | 4A | 14 | 73 | 3C | 33 |
| Octal | 102 | 314 | 66 | 104 | 0 | 112 | 24 | 163 | 74 | 63 |
| Binary | 1000010 | 11001100 | 110110 | 1000100 | 0 | 1001010 | 10100 | 1110011 | 111100 | 110011 |
Color Harmonies of #42CC36
Complementary color
Monochromatic Colors of #42CC36
Black with #42CC36
Text Example
Text Example
White with #42CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CC36; }
p { color: rgb(66,204,54); }
H1.HeaderClassName
{
color: #42CC36;
}
.AnyTagClassName
{
color: #42CC36;
}
</style>
background-color css
<style>
a { background-color: #42CC36; }
a { background-color: rgb(66,204,54); }
div.DivClassName
{
background-color: #42CC36;
}
.BgClassName
{
background-color: #42CC36;
}
</style>
border-color css
<style>
span { border-color: #42CC36; }
span { border-color: rgb(66,204,54); }
td.TdClassName
{
border-color: #42CC36;
}
.TagClassName
{
border-color: #42CC36;
}
</style>