Shades of Lime Green #42CA3E
Tints of Lime Green #42CA3E
RGB
CMYK
RGB Variations
Color information
#42CA3E (or 0x42CA3E) is known color: Lime Green. HEX triplet: 42, CA and 3E. RGB value is (66,202,62). Sum of RGB (Red+Green+Blue) = 66+202+62=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA3E is #BD35C1. Grayscale: #919191. Windows color (decimal): -12400066 or 4115010. OLE color: 4115010.
HSL color Cylindrical-coordinate representation of color #42CA3E: hue angle of 118.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42CA3E is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 62 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.21 |
| HSL | 118.29º | 0.57% | 0.52% | - |
| HSV(B) | 118.29º | 0.69% | 0.79% | - |
| XYZ | 24.24 | 43.75 | 11.72 | - |
| YUV | 145.38 | 80.94 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 62 | 0.67 | 0 | 0.69 | 0.21 | 118.29 | 0.57 | 0.52 |
| Hex | 42 | CA | 3E | 43 | 0 | 45 | 15 | 76 | 39 | 34 |
| Octal | 102 | 312 | 76 | 103 | 0 | 105 | 25 | 166 | 71 | 64 |
| Binary | 1000010 | 11001010 | 111110 | 1000011 | 0 | 1000101 | 10101 | 1110110 | 111001 | 110100 |
Color Harmonies of #42CA3E
Complementary color
Monochromatic Colors of #42CA3E
Black with #42CA3E
Text Example
Text Example
White with #42CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA3E; }
p { color: rgb(66,202,62); }
H1.HeaderClassName
{
color: #42CA3E;
}
.AnyTagClassName
{
color: #42CA3E;
}
</style>
background-color css
<style>
a { background-color: #42CA3E; }
a { background-color: rgb(66,202,62); }
div.DivClassName
{
background-color: #42CA3E;
}
.BgClassName
{
background-color: #42CA3E;
}
</style>
border-color css
<style>
span { border-color: #42CA3E; }
span { border-color: rgb(66,202,62); }
td.TdClassName
{
border-color: #42CA3E;
}
.TagClassName
{
border-color: #42CA3E;
}
</style>