Shades of Lime Green #32D228
Tints of Lime Green #32D228
RGB
CMYK
RGB Variations
Color information
#32D228 (or 0x32D228) is known color: Lime Green. HEX triplet: 32, D2 and 28. RGB value is (50,210,40). Sum of RGB (Red+Green+Blue) = 50+210+40=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 210 (82.42% from 255 or 70% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 210 - color contains mainly: green. Hex color #32D228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D228 is #CD2DD7. Grayscale: #8F8F8F. Windows color (decimal): -13446616 or 2675250. OLE color: 2675250.
HSL color Cylindrical-coordinate representation of color #32D228: hue angle of 116.47º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32D228 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 40 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.18 |
| HSL | 116.47º | 0.68% | 0.49% | - |
| HSV(B) | 116.47º | 0.81% | 0.82% | - |
| XYZ | 24.74 | 46.92 | 9.76 | - |
| YUV | 142.78 | 69.99 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 40 | 0.76 | 0 | 0.81 | 0.18 | 116.47 | 0.68 | 0.49 |
| Hex | 32 | D2 | 28 | 4C | 0 | 51 | 12 | 74 | 44 | 31 |
| Octal | 62 | 322 | 50 | 114 | 0 | 121 | 22 | 164 | 104 | 61 |
| Binary | 110010 | 11010010 | 101000 | 1001100 | 0 | 1010001 | 10010 | 1110100 | 1000100 | 110001 |
Color Harmonies of #32D228
Complementary color
Monochromatic Colors of #32D228
Black with #32D228
Text Example
Text Example
White with #32D228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D228; }
p { color: rgb(50,210,40); }
H1.HeaderClassName
{
color: #32D228;
}
.AnyTagClassName
{
color: #32D228;
}
</style>
background-color css
<style>
a { background-color: #32D228; }
a { background-color: rgb(50,210,40); }
div.DivClassName
{
background-color: #32D228;
}
.BgClassName
{
background-color: #32D228;
}
</style>
border-color css
<style>
span { border-color: #32D228; }
span { border-color: rgb(50,210,40); }
td.TdClassName
{
border-color: #32D228;
}
.TagClassName
{
border-color: #32D228;
}
</style>