Shades of Lime Green #42B437
Tints of Lime Green #42B437
RGB
CMYK
RGB Variations
Color information
#42B437 (or 0x42B437) is known color: Lime Green. HEX triplet: 42, B4 and 37. RGB value is (66,180,55). Sum of RGB (Red+Green+Blue) = 66+180+55=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #42B437 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B437 is #BD4BC8. Grayscale: #848484. Windows color (decimal): -12405705 or 3650626. OLE color: 3650626.
HSL color Cylindrical-coordinate representation of color #42B437: hue angle of 114.72º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42B437 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 55 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.29 |
| HSL | 114.72º | 0.53% | 0.46% | - |
| HSV(B) | 114.72º | 0.69% | 0.71% | - |
| XYZ | 19.26 | 34.08 | 9.18 | - |
| YUV | 131.66 | 84.73 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 55 | 0.63 | 0 | 0.69 | 0.29 | 114.72 | 0.53 | 0.46 |
| Hex | 42 | B4 | 37 | 3F | 0 | 45 | 1D | 73 | 35 | 2E |
| Octal | 102 | 264 | 67 | 77 | 0 | 105 | 35 | 163 | 65 | 56 |
| Binary | 1000010 | 10110100 | 110111 | 111111 | 0 | 1000101 | 11101 | 1110011 | 110101 | 101110 |
Color Harmonies of #42B437
Complementary color
Monochromatic Colors of #42B437
Black with #42B437
Text Example
Text Example
White with #42B437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B437; }
p { color: rgb(66,180,55); }
H1.HeaderClassName
{
color: #42B437;
}
.AnyTagClassName
{
color: #42B437;
}
</style>
background-color css
<style>
a { background-color: #42B437; }
a { background-color: rgb(66,180,55); }
div.DivClassName
{
background-color: #42B437;
}
.BgClassName
{
background-color: #42B437;
}
</style>
border-color css
<style>
span { border-color: #42B437; }
span { border-color: rgb(66,180,55); }
td.TdClassName
{
border-color: #42B437;
}
.TagClassName
{
border-color: #42B437;
}
</style>