Shades of Lime Green #42CA2A
Tints of Lime Green #42CA2A
RGB
CMYK
RGB Variations
Color information
#42CA2A (or 0x42CA2A) is known color: Lime Green. HEX triplet: 42, CA and 2A. RGB value is (66,202,42). Sum of RGB (Red+Green+Blue) = 66+202+42=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA2A is #BD35D5. Grayscale: #8F8F8F. Windows color (decimal): -12400086 or 2804290. OLE color: 2804290.
HSL color Cylindrical-coordinate representation of color #42CA2A: hue angle of 111º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42CA2A is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 42 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.21 |
| HSL | 111º | 0.66% | 0.48% | - |
| HSV(B) | 111º | 0.79% | 0.79% | - |
| XYZ | 23.79 | 43.57 | 9.35 | - |
| YUV | 143.1 | 70.94 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 42 | 0.67 | 0 | 0.79 | 0.21 | 111 | 0.66 | 0.48 |
| Hex | 42 | CA | 2A | 43 | 0 | 4F | 15 | 6F | 42 | 30 |
| Octal | 102 | 312 | 52 | 103 | 0 | 117 | 25 | 157 | 102 | 60 |
| Binary | 1000010 | 11001010 | 101010 | 1000011 | 0 | 1001111 | 10101 | 1101111 | 1000010 | 110000 |
Color Harmonies of #42CA2A
Complementary color
Monochromatic Colors of #42CA2A
Black with #42CA2A
Text Example
Text Example
White with #42CA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA2A; }
p { color: rgb(66,202,42); }
H1.HeaderClassName
{
color: #42CA2A;
}
.AnyTagClassName
{
color: #42CA2A;
}
</style>
background-color css
<style>
a { background-color: #42CA2A; }
a { background-color: rgb(66,202,42); }
div.DivClassName
{
background-color: #42CA2A;
}
.BgClassName
{
background-color: #42CA2A;
}
</style>
border-color css
<style>
span { border-color: #42CA2A; }
span { border-color: rgb(66,202,42); }
td.TdClassName
{
border-color: #42CA2A;
}
.TagClassName
{
border-color: #42CA2A;
}
</style>