Shades of Lime Green #32D234
Tints of Lime Green #32D234
RGB
CMYK
RGB Variations
Color information
#32D234 (or 0x32D234) is known color: Lime Green. HEX triplet: 32, D2 and 34. RGB value is (50,210,52). Sum of RGB (Red+Green+Blue) = 50+210+52=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 210 (82.42% from 255 or 67.31% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 210 - color contains mainly: green. Hex color #32D234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D234 is #CD2DCB. Grayscale: #909090. Windows color (decimal): -13446604 or 3461682. OLE color: 3461682.
HSL color Cylindrical-coordinate representation of color #32D234: hue angle of 120.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D234 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 52 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.18 |
| HSL | 120.75º | 0.64% | 0.51% | - |
| HSV(B) | 120.75º | 0.76% | 0.82% | - |
| XYZ | 24.98 | 47.02 | 11.01 | - |
| YUV | 144.15 | 75.99 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 52 | 0.76 | 0 | 0.75 | 0.18 | 120.75 | 0.64 | 0.51 |
| Hex | 32 | D2 | 34 | 4C | 0 | 4B | 12 | 79 | 40 | 33 |
| Octal | 62 | 322 | 64 | 114 | 0 | 113 | 22 | 171 | 100 | 63 |
| Binary | 110010 | 11010010 | 110100 | 1001100 | 0 | 1001011 | 10010 | 1111001 | 1000000 | 110011 |
Color Harmonies of #32D234
Complementary color
Monochromatic Colors of #32D234
Black with #32D234
Text Example
Text Example
White with #32D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D234; }
p { color: rgb(50,210,52); }
H1.HeaderClassName
{
color: #32D234;
}
.AnyTagClassName
{
color: #32D234;
}
</style>
background-color css
<style>
a { background-color: #32D234; }
a { background-color: rgb(50,210,52); }
div.DivClassName
{
background-color: #32D234;
}
.BgClassName
{
background-color: #32D234;
}
</style>
border-color css
<style>
span { border-color: #32D234; }
span { border-color: rgb(50,210,52); }
td.TdClassName
{
border-color: #32D234;
}
.TagClassName
{
border-color: #32D234;
}
</style>