Shades of Lime Green #42D939
Tints of Lime Green #42D939
RGB
CMYK
RGB Variations
Color information
#42D939 (or 0x42D939) is known color: Lime Green. HEX triplet: 42, D9 and 39. RGB value is (66,217,57). Sum of RGB (Red+Green+Blue) = 66+217+57=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 217 (85.16% from 255 or 63.82% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 217 - color contains mainly: green. Hex color #42D939 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D939 is #BD26C6. Grayscale: #9A9A9A. Windows color (decimal): -12396231 or 3791170. OLE color: 3791170.
HSL color Cylindrical-coordinate representation of color #42D939: hue angle of 116.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42D939 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 57 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.15 |
| HSL | 116.63º | 0.68% | 0.54% | - |
| HSV(B) | 116.63º | 0.74% | 0.85% | - |
| XYZ | 27.8 | 51.08 | 12.27 | - |
| YUV | 153.61 | 73.47 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 57 | 0.70 | 0 | 0.74 | 0.15 | 116.63 | 0.68 | 0.54 |
| Hex | 42 | D9 | 39 | 46 | 0 | 4A | F | 75 | 44 | 36 |
| Octal | 102 | 331 | 71 | 106 | 0 | 112 | 17 | 165 | 104 | 66 |
| Binary | 1000010 | 11011001 | 111001 | 1000110 | 0 | 1001010 | 1111 | 1110101 | 1000100 | 110110 |
Color Harmonies of #42D939
Complementary color
Monochromatic Colors of #42D939
Black with #42D939
Text Example
Text Example
White with #42D939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D939; }
p { color: rgb(66,217,57); }
H1.HeaderClassName
{
color: #42D939;
}
.AnyTagClassName
{
color: #42D939;
}
</style>
background-color css
<style>
a { background-color: #42D939; }
a { background-color: rgb(66,217,57); }
div.DivClassName
{
background-color: #42D939;
}
.BgClassName
{
background-color: #42D939;
}
</style>
border-color css
<style>
span { border-color: #42D939; }
span { border-color: rgb(66,217,57); }
td.TdClassName
{
border-color: #42D939;
}
.TagClassName
{
border-color: #42D939;
}
</style>