Shades of Lime Green #42B636
Tints of Lime Green #42B636
RGB
CMYK
RGB Variations
Color information
#42B636 (or 0x42B636) is known color: Lime Green. HEX triplet: 42, B6 and 36. RGB value is (66,182,54). Sum of RGB (Red+Green+Blue) = 66+182+54=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #42B636 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B636 is #BD49C9. Grayscale: #858585. Windows color (decimal): -12405194 or 3585602. OLE color: 3585602.
HSL color Cylindrical-coordinate representation of color #42B636: hue angle of 114.38º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42B636 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 182 | 54 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.29 |
| HSL | 114.38º | 0.54% | 0.46% | - |
| HSV(B) | 114.38º | 0.7% | 0.71% | - |
| XYZ | 19.64 | 34.88 | 9.19 | - |
| YUV | 132.72 | 83.57 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 54 | 0.64 | 0 | 0.70 | 0.29 | 114.38 | 0.54 | 0.46 |
| Hex | 42 | B6 | 36 | 40 | 0 | 46 | 1D | 72 | 36 | 2E |
| Octal | 102 | 266 | 66 | 100 | 0 | 106 | 35 | 162 | 66 | 56 |
| Binary | 1000010 | 10110110 | 110110 | 1000000 | 0 | 1000110 | 11101 | 1110010 | 110110 | 101110 |
Color Harmonies of #42B636
Complementary color
Monochromatic Colors of #42B636
Black with #42B636
Text Example
Text Example
White with #42B636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B636; }
p { color: rgb(66,182,54); }
H1.HeaderClassName
{
color: #42B636;
}
.AnyTagClassName
{
color: #42B636;
}
</style>
background-color css
<style>
a { background-color: #42B636; }
a { background-color: rgb(66,182,54); }
div.DivClassName
{
background-color: #42B636;
}
.BgClassName
{
background-color: #42B636;
}
</style>
border-color css
<style>
span { border-color: #42B636; }
span { border-color: rgb(66,182,54); }
td.TdClassName
{
border-color: #42B636;
}
.TagClassName
{
border-color: #42B636;
}
</style>