Shades of Lime Green #32FD44
Tints of Lime Green #32FD44
RGB
CMYK
RGB Variations
Color information
#32FD44 (or 0x32FD44) is known color: Lime Green. HEX triplet: 32, FD and 44. RGB value is (50,253,68). Sum of RGB (Red+Green+Blue) = 50+253+68=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 253 (99.22% from 255 or 68.19% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FD44 is #CD02BB. Grayscale: #ABABAB. Windows color (decimal): -13435580 or 4521266. OLE color: 4521266.
HSL color Cylindrical-coordinate representation of color #32FD44: hue angle of 125.32º 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 #32FD44 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 68 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.01 |
| HSL | 125.32º | 0.98% | 0.59% | - |
| HSV(B) | 125.32º | 0.8% | 0.99% | - |
| XYZ | 37.48 | 71.35 | 17.26 | - |
| YUV | 171.21 | 69.75 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 68 | 0.80 | 0 | 0.73 | 0.01 | 125.32 | 0.98 | 0.59 |
| Hex | 32 | FD | 44 | 50 | 0 | 49 | 1 | 7D | 62 | 3B |
| Octal | 62 | 375 | 104 | 120 | 0 | 111 | 1 | 175 | 142 | 73 |
| Binary | 110010 | 11111101 | 1000100 | 1010000 | 0 | 1001001 | 1 | 1111101 | 1100010 | 111011 |
Color Harmonies of #32FD44
Complementary color
Monochromatic Colors of #32FD44
Black with #32FD44
Text Example
Text Example
White with #32FD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD44; }
p { color: rgb(50,253,68); }
H1.HeaderClassName
{
color: #32FD44;
}
.AnyTagClassName
{
color: #32FD44;
}
</style>
background-color css
<style>
a { background-color: #32FD44; }
a { background-color: rgb(50,253,68); }
div.DivClassName
{
background-color: #32FD44;
}
.BgClassName
{
background-color: #32FD44;
}
</style>
border-color css
<style>
span { border-color: #32FD44; }
span { border-color: rgb(50,253,68); }
td.TdClassName
{
border-color: #32FD44;
}
.TagClassName
{
border-color: #32FD44;
}
</style>