Shades of Lime Green #42B532
Tints of Lime Green #42B532
RGB
CMYK
RGB Variations
Color information
#42B532 (or 0x42B532) is known color: Lime Green. HEX triplet: 42, B5 and 32. RGB value is (66,181,50). Sum of RGB (Red+Green+Blue) = 66+181+50=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #42B532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B532 is #BD4ACD. Grayscale: #848484. Windows color (decimal): -12405454 or 3323202. OLE color: 3323202.
HSL color Cylindrical-coordinate representation of color #42B532: hue angle of 112.67º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42B532 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 181 | 50 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.29 |
| HSL | 112.67º | 0.57% | 0.45% | - |
| HSV(B) | 112.67º | 0.72% | 0.71% | - |
| XYZ | 19.35 | 34.44 | 8.64 | - |
| YUV | 131.68 | 81.9 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 181 | 50 | 0.64 | 0 | 0.72 | 0.29 | 112.67 | 0.57 | 0.45 |
| Hex | 42 | B5 | 32 | 40 | 0 | 48 | 1D | 71 | 39 | 2D |
| Octal | 102 | 265 | 62 | 100 | 0 | 110 | 35 | 161 | 71 | 55 |
| Binary | 1000010 | 10110101 | 110010 | 1000000 | 0 | 1001000 | 11101 | 1110001 | 111001 | 101101 |
Color Harmonies of #42B532
Complementary color
Monochromatic Colors of #42B532
Black with #42B532
Text Example
Text Example
White with #42B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B532; }
p { color: rgb(66,181,50); }
H1.HeaderClassName
{
color: #42B532;
}
.AnyTagClassName
{
color: #42B532;
}
</style>
background-color css
<style>
a { background-color: #42B532; }
a { background-color: rgb(66,181,50); }
div.DivClassName
{
background-color: #42B532;
}
.BgClassName
{
background-color: #42B532;
}
</style>
border-color css
<style>
span { border-color: #42B532; }
span { border-color: rgb(66,181,50); }
td.TdClassName
{
border-color: #42B532;
}
.TagClassName
{
border-color: #42B532;
}
</style>