Shades of Lime Green #42CA2F
Tints of Lime Green #42CA2F
RGB
CMYK
RGB Variations
Color information
#42CA2F (or 0x42CA2F) is known color: Lime Green. HEX triplet: 42, CA and 2F. RGB value is (66,202,47). Sum of RGB (Red+Green+Blue) = 66+202+47=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA2F is #BD35D0. Grayscale: #909090. Windows color (decimal): -12400081 or 3131970. OLE color: 3131970.
HSL color Cylindrical-coordinate representation of color #42CA2F: hue angle of 112.65º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42CA2F is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 47 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.21 |
| HSL | 112.65º | 0.62% | 0.49% | - |
| HSV(B) | 112.65º | 0.77% | 0.79% | - |
| XYZ | 23.88 | 43.6 | 9.85 | - |
| YUV | 143.67 | 73.44 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 47 | 0.67 | 0 | 0.77 | 0.21 | 112.65 | 0.62 | 0.49 |
| Hex | 42 | CA | 2F | 43 | 0 | 4D | 15 | 71 | 3E | 31 |
| Octal | 102 | 312 | 57 | 103 | 0 | 115 | 25 | 161 | 76 | 61 |
| Binary | 1000010 | 11001010 | 101111 | 1000011 | 0 | 1001101 | 10101 | 1110001 | 111110 | 110001 |
Color Harmonies of #42CA2F
Complementary color
Monochromatic Colors of #42CA2F
Black with #42CA2F
Text Example
Text Example
White with #42CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA2F; }
p { color: rgb(66,202,47); }
H1.HeaderClassName
{
color: #42CA2F;
}
.AnyTagClassName
{
color: #42CA2F;
}
</style>
background-color css
<style>
a { background-color: #42CA2F; }
a { background-color: rgb(66,202,47); }
div.DivClassName
{
background-color: #42CA2F;
}
.BgClassName
{
background-color: #42CA2F;
}
</style>
border-color css
<style>
span { border-color: #42CA2F; }
span { border-color: rgb(66,202,47); }
td.TdClassName
{
border-color: #42CA2F;
}
.TagClassName
{
border-color: #42CA2F;
}
</style>