Shades of Lime Green #42B836
Tints of Lime Green #42B836
RGB
CMYK
RGB Variations
Color information
#42B836 (or 0x42B836) is known color: Lime Green. HEX triplet: 42, B8 and 36. RGB value is (66,184,54). Sum of RGB (Red+Green+Blue) = 66+184+54=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #42B836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B836 is #BD47C9. Grayscale: #868686. Windows color (decimal): -12404682 or 3586114. OLE color: 3586114.
HSL color Cylindrical-coordinate representation of color #42B836: hue angle of 114.46º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42B836 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 184 | 54 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.28 |
| HSL | 114.46º | 0.55% | 0.47% | - |
| HSV(B) | 114.46º | 0.71% | 0.72% | - |
| XYZ | 20.05 | 35.71 | 9.32 | - |
| YUV | 133.9 | 82.91 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 54 | 0.64 | 0 | 0.71 | 0.28 | 114.46 | 0.55 | 0.47 |
| Hex | 42 | B8 | 36 | 40 | 0 | 47 | 1C | 72 | 37 | 2F |
| Octal | 102 | 270 | 66 | 100 | 0 | 107 | 34 | 162 | 67 | 57 |
| Binary | 1000010 | 10111000 | 110110 | 1000000 | 0 | 1000111 | 11100 | 1110010 | 110111 | 101111 |
Color Harmonies of #42B836
Complementary color
Monochromatic Colors of #42B836
Black with #42B836
Text Example
Text Example
White with #42B836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B836; }
p { color: rgb(66,184,54); }
H1.HeaderClassName
{
color: #42B836;
}
.AnyTagClassName
{
color: #42B836;
}
</style>
background-color css
<style>
a { background-color: #42B836; }
a { background-color: rgb(66,184,54); }
div.DivClassName
{
background-color: #42B836;
}
.BgClassName
{
background-color: #42B836;
}
</style>
border-color css
<style>
span { border-color: #42B836; }
span { border-color: rgb(66,184,54); }
td.TdClassName
{
border-color: #42B836;
}
.TagClassName
{
border-color: #42B836;
}
</style>