Shades of Lime Green #32E23C
Tints of Lime Green #32E23C
RGB
CMYK
RGB Variations
Color information
#32E23C (or 0x32E23C) is known color: Lime Green. HEX triplet: 32, E2 and 3C. RGB value is (50,226,60). Sum of RGB (Red+Green+Blue) = 50+226+60=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 226 (88.67% from 255 or 67.26% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 226 - color contains mainly: green. Hex color #32E23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E23C is #CD1DC3. Grayscale: #9A9A9A. Windows color (decimal): -13442500 or 3990066. OLE color: 3990066.
HSL color Cylindrical-coordinate representation of color #32E23C: hue angle of 123.41º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E23C is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 226 | 60 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.11 |
| HSL | 123.41º | 0.75% | 0.54% | - |
| HSV(B) | 123.41º | 0.78% | 0.89% | - |
| XYZ | 29.33 | 55.4 | 13.42 | - |
| YUV | 154.45 | 74.69 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 226 | 60 | 0.78 | 0 | 0.73 | 0.11 | 123.41 | 0.75 | 0.54 |
| Hex | 32 | E2 | 3C | 4E | 0 | 49 | B | 7B | 4B | 36 |
| Octal | 62 | 342 | 74 | 116 | 0 | 111 | 13 | 173 | 113 | 66 |
| Binary | 110010 | 11100010 | 111100 | 1001110 | 0 | 1001001 | 1011 | 1111011 | 1001011 | 110110 |
Color Harmonies of #32E23C
Complementary color
Monochromatic Colors of #32E23C
Black with #32E23C
Text Example
Text Example
White with #32E23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E23C; }
p { color: rgb(50,226,60); }
H1.HeaderClassName
{
color: #32E23C;
}
.AnyTagClassName
{
color: #32E23C;
}
</style>
background-color css
<style>
a { background-color: #32E23C; }
a { background-color: rgb(50,226,60); }
div.DivClassName
{
background-color: #32E23C;
}
.BgClassName
{
background-color: #32E23C;
}
</style>
border-color css
<style>
span { border-color: #32E23C; }
span { border-color: rgb(50,226,60); }
td.TdClassName
{
border-color: #32E23C;
}
.TagClassName
{
border-color: #32E23C;
}
</style>