Shades of Lime Green #32FD39
Tints of Lime Green #32FD39
RGB
CMYK
RGB Variations
Color information
#32FD39 (or 0x32FD39) is known color: Lime Green. HEX triplet: 32, FD and 39. RGB value is (50,253,57). Sum of RGB (Red+Green+Blue) = 50+253+57=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 253 (99.22% from 255 or 70.28% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FD39 is #CD02C6. Grayscale: #AAAAAA. Windows color (decimal): -13435591 or 3800370. OLE color: 3800370.
HSL color Cylindrical-coordinate representation of color #32FD39: hue angle of 122.07º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FD39 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 57 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.01 |
| HSL | 122.07º | 0.98% | 0.59% | - |
| HSV(B) | 122.07º | 0.8% | 0.99% | - |
| XYZ | 37.18 | 71.22 | 15.66 | - |
| YUV | 169.96 | 64.25 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 57 | 0.80 | 0 | 0.77 | 0.01 | 122.07 | 0.98 | 0.59 |
| Hex | 32 | FD | 39 | 50 | 0 | 4D | 1 | 7A | 62 | 3B |
| Octal | 62 | 375 | 71 | 120 | 0 | 115 | 1 | 172 | 142 | 73 |
| Binary | 110010 | 11111101 | 111001 | 1010000 | 0 | 1001101 | 1 | 1111010 | 1100010 | 111011 |
Color Harmonies of #32FD39
Complementary color
Monochromatic Colors of #32FD39
Black with #32FD39
Text Example
Text Example
White with #32FD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD39; }
p { color: rgb(50,253,57); }
H1.HeaderClassName
{
color: #32FD39;
}
.AnyTagClassName
{
color: #32FD39;
}
</style>
background-color css
<style>
a { background-color: #32FD39; }
a { background-color: rgb(50,253,57); }
div.DivClassName
{
background-color: #32FD39;
}
.BgClassName
{
background-color: #32FD39;
}
</style>
border-color css
<style>
span { border-color: #32FD39; }
span { border-color: rgb(50,253,57); }
td.TdClassName
{
border-color: #32FD39;
}
.TagClassName
{
border-color: #32FD39;
}
</style>