Shades of Lime Green #32FD37
Tints of Lime Green #32FD37
RGB
CMYK
RGB Variations
Color information
#32FD37 (or 0x32FD37) is known color: Lime Green. HEX triplet: 32, FD and 37. RGB value is (50,253,55). Sum of RGB (Red+Green+Blue) = 50+253+55=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 253 (99.22% from 255 or 70.67% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FD37 is #CD02C8. Grayscale: #AAAAAA. Windows color (decimal): -13435593 or 3669298. OLE color: 3669298.
HSL color Cylindrical-coordinate representation of color #32FD37: hue angle of 121.48º 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 #32FD37 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 55 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.01 |
| HSL | 121.48º | 0.98% | 0.59% | - |
| HSV(B) | 121.48º | 0.8% | 0.99% | - |
| XYZ | 37.13 | 71.2 | 15.4 | - |
| YUV | 169.73 | 63.25 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 55 | 0.80 | 0 | 0.78 | 0.01 | 121.48 | 0.98 | 0.59 |
| Hex | 32 | FD | 37 | 50 | 0 | 4E | 1 | 79 | 62 | 3B |
| Octal | 62 | 375 | 67 | 120 | 0 | 116 | 1 | 171 | 142 | 73 |
| Binary | 110010 | 11111101 | 110111 | 1010000 | 0 | 1001110 | 1 | 1111001 | 1100010 | 111011 |
Color Harmonies of #32FD37
Complementary color
Monochromatic Colors of #32FD37
Black with #32FD37
Text Example
Text Example
White with #32FD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD37; }
p { color: rgb(50,253,55); }
H1.HeaderClassName
{
color: #32FD37;
}
.AnyTagClassName
{
color: #32FD37;
}
</style>
background-color css
<style>
a { background-color: #32FD37; }
a { background-color: rgb(50,253,55); }
div.DivClassName
{
background-color: #32FD37;
}
.BgClassName
{
background-color: #32FD37;
}
</style>
border-color css
<style>
span { border-color: #32FD37; }
span { border-color: rgb(50,253,55); }
td.TdClassName
{
border-color: #32FD37;
}
.TagClassName
{
border-color: #32FD37;
}
</style>