Shades of Lime Green #32B828
Tints of Lime Green #32B828
RGB
CMYK
RGB Variations
Color information
#32B828 (or 0x32B828) is known color: Lime Green. HEX triplet: 32, B8 and 28. RGB value is (50,184,40). Sum of RGB (Red+Green+Blue) = 50+184+40=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 184 (72.27% from 255 or 67.15% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 184 - color contains mainly: green. Hex color #32B828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B828 is #CD47D7. Grayscale: #7F7F7F. Windows color (decimal): -13453272 or 2668594. OLE color: 2668594.
HSL color Cylindrical-coordinate representation of color #32B828: hue angle of 115.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32B828 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 184 | 40 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.28 |
| HSL | 115.83º | 0.64% | 0.44% | - |
| HSV(B) | 115.83º | 0.78% | 0.72% | - |
| XYZ | 18.84 | 35.11 | 7.79 | - |
| YUV | 127.52 | 78.61 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 184 | 40 | 0.73 | 0 | 0.78 | 0.28 | 115.83 | 0.64 | 0.44 |
| Hex | 32 | B8 | 28 | 49 | 0 | 4E | 1C | 74 | 40 | 2C |
| Octal | 62 | 270 | 50 | 111 | 0 | 116 | 34 | 164 | 100 | 54 |
| Binary | 110010 | 10111000 | 101000 | 1001001 | 0 | 1001110 | 11100 | 1110100 | 1000000 | 101100 |
Color Harmonies of #32B828
Complementary color
Monochromatic Colors of #32B828
Black with #32B828
Text Example
Text Example
White with #32B828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B828; }
p { color: rgb(50,184,40); }
H1.HeaderClassName
{
color: #32B828;
}
.AnyTagClassName
{
color: #32B828;
}
</style>
background-color css
<style>
a { background-color: #32B828; }
a { background-color: rgb(50,184,40); }
div.DivClassName
{
background-color: #32B828;
}
.BgClassName
{
background-color: #32B828;
}
</style>
border-color css
<style>
span { border-color: #32B828; }
span { border-color: rgb(50,184,40); }
td.TdClassName
{
border-color: #32B828;
}
.TagClassName
{
border-color: #32B828;
}
</style>