Shades of Lime Green #32B02A
Tints of Lime Green #32B02A
RGB
CMYK
RGB Variations
Color information
#32B02A (or 0x32B02A) is known color: Lime Green. HEX triplet: 32, B0 and 2A. RGB value is (50,176,42). Sum of RGB (Red+Green+Blue) = 50+176+42=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 176 (69.14% from 255 or 65.67% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 176 - color contains mainly: green. Hex color #32B02A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B02A is #CD4FD5. Grayscale: #7B7B7B. Windows color (decimal): -13455318 or 2797618. OLE color: 2797618.
HSL color Cylindrical-coordinate representation of color #32B02A: hue angle of 116.42º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32B02A is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 42 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.31 |
| HSL | 116.42º | 0.61% | 0.43% | - |
| HSV(B) | 116.42º | 0.76% | 0.69% | - |
| XYZ | 17.26 | 31.9 | 7.44 | - |
| YUV | 123.05 | 82.26 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 42 | 0.72 | 0 | 0.76 | 0.31 | 116.42 | 0.61 | 0.43 |
| Hex | 32 | B0 | 2A | 48 | 0 | 4C | 1F | 74 | 3D | 2B |
| Octal | 62 | 260 | 52 | 110 | 0 | 114 | 37 | 164 | 75 | 53 |
| Binary | 110010 | 10110000 | 101010 | 1001000 | 0 | 1001100 | 11111 | 1110100 | 111101 | 101011 |
Color Harmonies of #32B02A
Complementary color
Monochromatic Colors of #32B02A
Black with #32B02A
Text Example
Text Example
White with #32B02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B02A; }
p { color: rgb(50,176,42); }
H1.HeaderClassName
{
color: #32B02A;
}
.AnyTagClassName
{
color: #32B02A;
}
</style>
background-color css
<style>
a { background-color: #32B02A; }
a { background-color: rgb(50,176,42); }
div.DivClassName
{
background-color: #32B02A;
}
.BgClassName
{
background-color: #32B02A;
}
</style>
border-color css
<style>
span { border-color: #32B02A; }
span { border-color: rgb(50,176,42); }
td.TdClassName
{
border-color: #32B02A;
}
.TagClassName
{
border-color: #32B02A;
}
</style>