Shades of Lime Green #42E03C
Tints of Lime Green #42E03C
RGB
CMYK
RGB Variations
Color information
#42E03C (or 0x42E03C) is known color: Lime Green. HEX triplet: 42, E0 and 3C. RGB value is (66,224,60). Sum of RGB (Red+Green+Blue) = 66+224+60=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 224 (87.89% from 255 or 64% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 224 - color contains mainly: green. Hex color #42E03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E03C is #BD1FC3. Grayscale: #9E9E9E. Windows color (decimal): -12394436 or 3989570. OLE color: 3989570.
HSL color Cylindrical-coordinate representation of color #42E03C: hue angle of 117.8º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42E03C is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 224 | 60 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.12 |
| HSL | 117.8º | 0.73% | 0.56% | - |
| HSV(B) | 117.8º | 0.73% | 0.88% | - |
| XYZ | 29.72 | 54.8 | 13.29 | - |
| YUV | 158.06 | 72.65 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 224 | 60 | 0.71 | 0 | 0.73 | 0.12 | 117.8 | 0.73 | 0.56 |
| Hex | 42 | E0 | 3C | 47 | 0 | 49 | C | 76 | 49 | 38 |
| Octal | 102 | 340 | 74 | 107 | 0 | 111 | 14 | 166 | 111 | 70 |
| Binary | 1000010 | 11100000 | 111100 | 1000111 | 0 | 1001001 | 1100 | 1110110 | 1001001 | 111000 |
Color Harmonies of #42E03C
Complementary color
Monochromatic Colors of #42E03C
Black with #42E03C
Text Example
Text Example
White with #42E03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E03C; }
p { color: rgb(66,224,60); }
H1.HeaderClassName
{
color: #42E03C;
}
.AnyTagClassName
{
color: #42E03C;
}
</style>
background-color css
<style>
a { background-color: #42E03C; }
a { background-color: rgb(66,224,60); }
div.DivClassName
{
background-color: #42E03C;
}
.BgClassName
{
background-color: #42E03C;
}
</style>
border-color css
<style>
span { border-color: #42E03C; }
span { border-color: rgb(66,224,60); }
td.TdClassName
{
border-color: #42E03C;
}
.TagClassName
{
border-color: #42E03C;
}
</style>