Shades of Lime Green #42CA4A
Tints of Lime Green #42CA4A
RGB
CMYK
RGB Variations
Color information
#42CA4A (or 0x42CA4A) is known color: Lime Green. HEX triplet: 42, CA and 4A. RGB value is (66,202,74). Sum of RGB (Red+Green+Blue) = 66+202+74=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA4A is #BD35B5. Grayscale: #939393. Windows color (decimal): -12400054 or 4901442. OLE color: 4901442.
HSL color Cylindrical-coordinate representation of color #42CA4A: hue angle of 123.53º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA4A is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 74 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.21 |
| HSL | 123.53º | 0.56% | 0.53% | - |
| HSV(B) | 123.53º | 0.67% | 0.79% | - |
| XYZ | 24.6 | 43.89 | 13.65 | - |
| YUV | 146.74 | 86.94 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 74 | 0.67 | 0 | 0.63 | 0.21 | 123.53 | 0.56 | 0.53 |
| Hex | 42 | CA | 4A | 43 | 0 | 3F | 15 | 7C | 38 | 35 |
| Octal | 102 | 312 | 112 | 103 | 0 | 77 | 25 | 174 | 70 | 65 |
| Binary | 1000010 | 11001010 | 1001010 | 1000011 | 0 | 111111 | 10101 | 1111100 | 111000 | 110101 |
Color Harmonies of #42CA4A
Complementary color
Monochromatic Colors of #42CA4A
Black with #42CA4A
Text Example
Text Example
White with #42CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA4A; }
p { color: rgb(66,202,74); }
H1.HeaderClassName
{
color: #42CA4A;
}
.AnyTagClassName
{
color: #42CA4A;
}
</style>
background-color css
<style>
a { background-color: #42CA4A; }
a { background-color: rgb(66,202,74); }
div.DivClassName
{
background-color: #42CA4A;
}
.BgClassName
{
background-color: #42CA4A;
}
</style>
border-color css
<style>
span { border-color: #42CA4A; }
span { border-color: rgb(66,202,74); }
td.TdClassName
{
border-color: #42CA4A;
}
.TagClassName
{
border-color: #42CA4A;
}
</style>