Shades of Lime Green #42C039
Tints of Lime Green #42C039
RGB
CMYK
RGB Variations
Color information
#42C039 (or 0x42C039) is known color: Lime Green. HEX triplet: 42, C0 and 39. RGB value is (66,192,57). Sum of RGB (Red+Green+Blue) = 66+192+57=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #42C039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C039 is #BD3FC6. Grayscale: #8B8B8B. Windows color (decimal): -12402631 or 3784770. OLE color: 3784770.
HSL color Cylindrical-coordinate representation of color #42C039: hue angle of 116º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42C039 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 57 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.25 |
| HSL | 116º | 0.54% | 0.49% | - |
| HSV(B) | 116º | 0.7% | 0.75% | - |
| XYZ | 21.83 | 39.15 | 10.28 | - |
| YUV | 138.94 | 81.76 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 57 | 0.66 | 0 | 0.70 | 0.25 | 116 | 0.54 | 0.49 |
| Hex | 42 | C0 | 39 | 42 | 0 | 46 | 19 | 74 | 36 | 31 |
| Octal | 102 | 300 | 71 | 102 | 0 | 106 | 31 | 164 | 66 | 61 |
| Binary | 1000010 | 11000000 | 111001 | 1000010 | 0 | 1000110 | 11001 | 1110100 | 110110 | 110001 |
Color Harmonies of #42C039
Complementary color
Monochromatic Colors of #42C039
Black with #42C039
Text Example
Text Example
White with #42C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C039; }
p { color: rgb(66,192,57); }
H1.HeaderClassName
{
color: #42C039;
}
.AnyTagClassName
{
color: #42C039;
}
</style>
background-color css
<style>
a { background-color: #42C039; }
a { background-color: rgb(66,192,57); }
div.DivClassName
{
background-color: #42C039;
}
.BgClassName
{
background-color: #42C039;
}
</style>
border-color css
<style>
span { border-color: #42C039; }
span { border-color: rgb(66,192,57); }
td.TdClassName
{
border-color: #42C039;
}
.TagClassName
{
border-color: #42C039;
}
</style>