Shades of Lime Green #42B939
Tints of Lime Green #42B939
RGB
CMYK
RGB Variations
Color information
#42B939 (or 0x42B939) is known color: Lime Green. HEX triplet: 42, B9 and 39. RGB value is (66,185,57). Sum of RGB (Red+Green+Blue) = 66+185+57=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #42B939 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B939 is #BD46C6. Grayscale: #878787. Windows color (decimal): -12404423 or 3782978. OLE color: 3782978.
HSL color Cylindrical-coordinate representation of color #42B939: hue angle of 115.78º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42B939 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 57 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.27 |
| HSL | 115.78º | 0.53% | 0.47% | - |
| HSV(B) | 115.78º | 0.69% | 0.73% | - |
| XYZ | 20.33 | 36.15 | 9.78 | - |
| YUV | 134.83 | 84.08 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 57 | 0.64 | 0 | 0.69 | 0.27 | 115.78 | 0.53 | 0.47 |
| Hex | 42 | B9 | 39 | 40 | 0 | 45 | 1B | 74 | 35 | 2F |
| Octal | 102 | 271 | 71 | 100 | 0 | 105 | 33 | 164 | 65 | 57 |
| Binary | 1000010 | 10111001 | 111001 | 1000000 | 0 | 1000101 | 11011 | 1110100 | 110101 | 101111 |
Color Harmonies of #42B939
Complementary color
Monochromatic Colors of #42B939
Black with #42B939
Text Example
Text Example
White with #42B939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B939; }
p { color: rgb(66,185,57); }
H1.HeaderClassName
{
color: #42B939;
}
.AnyTagClassName
{
color: #42B939;
}
</style>
background-color css
<style>
a { background-color: #42B939; }
a { background-color: rgb(66,185,57); }
div.DivClassName
{
background-color: #42B939;
}
.BgClassName
{
background-color: #42B939;
}
</style>
border-color css
<style>
span { border-color: #42B939; }
span { border-color: rgb(66,185,57); }
td.TdClassName
{
border-color: #42B939;
}
.TagClassName
{
border-color: #42B939;
}
</style>