Shades of Lime Green #42B032
Tints of Lime Green #42B032
RGB
CMYK
RGB Variations
Color information
#42B032 (or 0x42B032) is known color: Lime Green. HEX triplet: 42, B0 and 32. RGB value is (66,176,50). Sum of RGB (Red+Green+Blue) = 66+176+50=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 176 (69.14% from 255 or 60.27% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 176 - color contains mainly: green. Hex color #42B032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B032 is #BD4FCD. Grayscale: #818181. Windows color (decimal): -12406734 or 3321922. OLE color: 3321922.
HSL color Cylindrical-coordinate representation of color #42B032: hue angle of 112.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42B032 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 176 | 50 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.31 |
| HSL | 112.38º | 0.56% | 0.44% | - |
| HSV(B) | 112.38º | 0.72% | 0.69% | - |
| XYZ | 18.35 | 32.44 | 8.31 | - |
| YUV | 128.75 | 83.56 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 50 | 0.62 | 0 | 0.72 | 0.31 | 112.38 | 0.56 | 0.44 |
| Hex | 42 | B0 | 32 | 3E | 0 | 48 | 1F | 70 | 38 | 2C |
| Octal | 102 | 260 | 62 | 76 | 0 | 110 | 37 | 160 | 70 | 54 |
| Binary | 1000010 | 10110000 | 110010 | 111110 | 0 | 1001000 | 11111 | 1110000 | 111000 | 101100 |
Color Harmonies of #42B032
Complementary color
Monochromatic Colors of #42B032
Black with #42B032
Text Example
Text Example
White with #42B032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B032; }
p { color: rgb(66,176,50); }
H1.HeaderClassName
{
color: #42B032;
}
.AnyTagClassName
{
color: #42B032;
}
</style>
background-color css
<style>
a { background-color: #42B032; }
a { background-color: rgb(66,176,50); }
div.DivClassName
{
background-color: #42B032;
}
.BgClassName
{
background-color: #42B032;
}
</style>
border-color css
<style>
span { border-color: #42B032; }
span { border-color: rgb(66,176,50); }
td.TdClassName
{
border-color: #42B032;
}
.TagClassName
{
border-color: #42B032;
}
</style>