Shades of Lime Green #42B731
Tints of Lime Green #42B731
RGB
CMYK
RGB Variations
Color information
#42B731 (or 0x42B731) is known color: Lime Green. HEX triplet: 42, B7 and 31. RGB value is (66,183,49). Sum of RGB (Red+Green+Blue) = 66+183+49=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 183 (71.88% from 255 or 61.41% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 183 - color contains mainly: green. Hex color #42B731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B731 is #BD48CE. Grayscale: #858585. Windows color (decimal): -12404943 or 3258178. OLE color: 3258178.
HSL color Cylindrical-coordinate representation of color #42B731: hue angle of 112.39º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42B731 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 49 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.28 |
| HSL | 112.39º | 0.58% | 0.45% | - |
| HSV(B) | 112.39º | 0.73% | 0.72% | - |
| XYZ | 19.73 | 35.25 | 8.67 | - |
| YUV | 132.74 | 80.74 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 49 | 0.64 | 0 | 0.73 | 0.28 | 112.39 | 0.58 | 0.45 |
| Hex | 42 | B7 | 31 | 40 | 0 | 49 | 1C | 70 | 3A | 2D |
| Octal | 102 | 267 | 61 | 100 | 0 | 111 | 34 | 160 | 72 | 55 |
| Binary | 1000010 | 10110111 | 110001 | 1000000 | 0 | 1001001 | 11100 | 1110000 | 111010 | 101101 |
Color Harmonies of #42B731
Complementary color
Monochromatic Colors of #42B731
Black with #42B731
Text Example
Text Example
White with #42B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B731; }
p { color: rgb(66,183,49); }
H1.HeaderClassName
{
color: #42B731;
}
.AnyTagClassName
{
color: #42B731;
}
</style>
background-color css
<style>
a { background-color: #42B731; }
a { background-color: rgb(66,183,49); }
div.DivClassName
{
background-color: #42B731;
}
.BgClassName
{
background-color: #42B731;
}
</style>
border-color css
<style>
span { border-color: #42B731; }
span { border-color: rgb(66,183,49); }
td.TdClassName
{
border-color: #42B731;
}
.TagClassName
{
border-color: #42B731;
}
</style>