Shades of Lime Green #32B230
Tints of Lime Green #32B230
RGB
CMYK
RGB Variations
Color information
#32B230 (or 0x32B230) is known color: Lime Green. HEX triplet: 32, B2 and 30. RGB value is (50,178,48). Sum of RGB (Red+Green+Blue) = 50+178+48=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 178 (69.92% from 255 or 64.49% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 178 - color contains mainly: green. Hex color #32B230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B230 is #CD4DCF. Grayscale: #7D7D7D. Windows color (decimal): -13454800 or 3191346. OLE color: 3191346.
HSL color Cylindrical-coordinate representation of color #32B230: hue angle of 119.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B230 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 48 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.30 |
| HSL | 119.08º | 0.58% | 0.44% | - |
| HSV(B) | 119.08º | 0.73% | 0.7% | - |
| XYZ | 17.77 | 32.73 | 8.18 | - |
| YUV | 124.91 | 84.59 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 48 | 0.72 | 0 | 0.73 | 0.30 | 119.08 | 0.58 | 0.44 |
| Hex | 32 | B2 | 30 | 48 | 0 | 49 | 1E | 77 | 3A | 2C |
| Octal | 62 | 262 | 60 | 110 | 0 | 111 | 36 | 167 | 72 | 54 |
| Binary | 110010 | 10110010 | 110000 | 1001000 | 0 | 1001001 | 11110 | 1110111 | 111010 | 101100 |
Color Harmonies of #32B230
Complementary color
Monochromatic Colors of #32B230
Black with #32B230
Text Example
Text Example
White with #32B230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B230; }
p { color: rgb(50,178,48); }
H1.HeaderClassName
{
color: #32B230;
}
.AnyTagClassName
{
color: #32B230;
}
</style>
background-color css
<style>
a { background-color: #32B230; }
a { background-color: rgb(50,178,48); }
div.DivClassName
{
background-color: #32B230;
}
.BgClassName
{
background-color: #32B230;
}
</style>
border-color css
<style>
span { border-color: #32B230; }
span { border-color: rgb(50,178,48); }
td.TdClassName
{
border-color: #32B230;
}
.TagClassName
{
border-color: #32B230;
}
</style>