Shades of Lime Green #42CC3E
Tints of Lime Green #42CC3E
RGB
CMYK
RGB Variations
Color information
#42CC3E (or 0x42CC3E) is known color: Lime Green. HEX triplet: 42, CC and 3E. RGB value is (66,204,62). Sum of RGB (Red+Green+Blue) = 66+204+62=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CC3E is #BD33C1. Grayscale: #929292. Windows color (decimal): -12399554 or 4115522. OLE color: 4115522.
HSL color Cylindrical-coordinate representation of color #42CC3E: hue angle of 118.31º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42CC3E is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 62 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.2 |
| HSL | 118.31º | 0.58% | 0.52% | - |
| HSV(B) | 118.31º | 0.7% | 0.8% | - |
| XYZ | 24.71 | 44.69 | 11.88 | - |
| YUV | 146.55 | 80.28 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 62 | 0.68 | 0 | 0.70 | 0.2 | 118.31 | 0.58 | 0.52 |
| Hex | 42 | CC | 3E | 44 | 0 | 46 | 14 | 76 | 3A | 34 |
| Octal | 102 | 314 | 76 | 104 | 0 | 106 | 24 | 166 | 72 | 64 |
| Binary | 1000010 | 11001100 | 111110 | 1000100 | 0 | 1000110 | 10100 | 1110110 | 111010 | 110100 |
Color Harmonies of #42CC3E
Complementary color
Monochromatic Colors of #42CC3E
Black with #42CC3E
Text Example
Text Example
White with #42CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CC3E; }
p { color: rgb(66,204,62); }
H1.HeaderClassName
{
color: #42CC3E;
}
.AnyTagClassName
{
color: #42CC3E;
}
</style>
background-color css
<style>
a { background-color: #42CC3E; }
a { background-color: rgb(66,204,62); }
div.DivClassName
{
background-color: #42CC3E;
}
.BgClassName
{
background-color: #42CC3E;
}
</style>
border-color css
<style>
span { border-color: #42CC3E; }
span { border-color: rgb(66,204,62); }
td.TdClassName
{
border-color: #42CC3E;
}
.TagClassName
{
border-color: #42CC3E;
}
</style>