Shades of Lime Green #42B439
Tints of Lime Green #42B439
RGB
CMYK
RGB Variations
Color information
#42B439 (or 0x42B439) is known color: Lime Green. HEX triplet: 42, B4 and 39. RGB value is (66,180,57). Sum of RGB (Red+Green+Blue) = 66+180+57=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #42B439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B439 is #BD4BC6. Grayscale: #848484. Windows color (decimal): -12405703 or 3781698. OLE color: 3781698.
HSL color Cylindrical-coordinate representation of color #42B439: hue angle of 115.61º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42B439 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 57 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.29 |
| HSL | 115.61º | 0.52% | 0.46% | - |
| HSV(B) | 115.61º | 0.68% | 0.71% | - |
| XYZ | 19.31 | 34.1 | 9.43 | - |
| YUV | 131.89 | 85.73 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 57 | 0.63 | 0 | 0.68 | 0.29 | 115.61 | 0.52 | 0.46 |
| Hex | 42 | B4 | 39 | 3F | 0 | 44 | 1D | 74 | 34 | 2E |
| Octal | 102 | 264 | 71 | 77 | 0 | 104 | 35 | 164 | 64 | 56 |
| Binary | 1000010 | 10110100 | 111001 | 111111 | 0 | 1000100 | 11101 | 1110100 | 110100 | 101110 |
Color Harmonies of #42B439
Complementary color
Monochromatic Colors of #42B439
Black with #42B439
Text Example
Text Example
White with #42B439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B439; }
p { color: rgb(66,180,57); }
H1.HeaderClassName
{
color: #42B439;
}
.AnyTagClassName
{
color: #42B439;
}
</style>
background-color css
<style>
a { background-color: #42B439; }
a { background-color: rgb(66,180,57); }
div.DivClassName
{
background-color: #42B439;
}
.BgClassName
{
background-color: #42B439;
}
</style>
border-color css
<style>
span { border-color: #42B439; }
span { border-color: rgb(66,180,57); }
td.TdClassName
{
border-color: #42B439;
}
.TagClassName
{
border-color: #42B439;
}
</style>