Shades of Lime Green #42CC37
Tints of Lime Green #42CC37
RGB
CMYK
RGB Variations
Color information
#42CC37 (or 0x42CC37) is known color: Lime Green. HEX triplet: 42, CC and 37. RGB value is (66,204,55). Sum of RGB (Red+Green+Blue) = 66+204+55=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CC37 is #BD33C8. Grayscale: #929292. Windows color (decimal): -12399561 or 3656770. OLE color: 3656770.
HSL color Cylindrical-coordinate representation of color #42CC37: hue angle of 115.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42CC37 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 55 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.2 |
| HSL | 115.57º | 0.59% | 0.51% | - |
| HSV(B) | 115.57º | 0.73% | 0.8% | - |
| XYZ | 24.53 | 44.62 | 10.93 | - |
| YUV | 145.75 | 76.78 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 55 | 0.68 | 0 | 0.73 | 0.2 | 115.57 | 0.59 | 0.51 |
| Hex | 42 | CC | 37 | 44 | 0 | 49 | 14 | 74 | 3B | 33 |
| Octal | 102 | 314 | 67 | 104 | 0 | 111 | 24 | 164 | 73 | 63 |
| Binary | 1000010 | 11001100 | 110111 | 1000100 | 0 | 1001001 | 10100 | 1110100 | 111011 | 110011 |
Color Harmonies of #42CC37
Complementary color
Monochromatic Colors of #42CC37
Black with #42CC37
Text Example
Text Example
White with #42CC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CC37; }
p { color: rgb(66,204,55); }
H1.HeaderClassName
{
color: #42CC37;
}
.AnyTagClassName
{
color: #42CC37;
}
</style>
background-color css
<style>
a { background-color: #42CC37; }
a { background-color: rgb(66,204,55); }
div.DivClassName
{
background-color: #42CC37;
}
.BgClassName
{
background-color: #42CC37;
}
</style>
border-color css
<style>
span { border-color: #42CC37; }
span { border-color: rgb(66,204,55); }
td.TdClassName
{
border-color: #42CC37;
}
.TagClassName
{
border-color: #42CC37;
}
</style>