Shades of Lime Green #32FD4A
Tints of Lime Green #32FD4A
RGB
CMYK
RGB Variations
Color information
#32FD4A (or 0x32FD4A) is known color: Lime Green. HEX triplet: 32, FD and 4A. RGB value is (50,253,74). Sum of RGB (Red+Green+Blue) = 50+253+74=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 253 (99.22% from 255 or 67.11% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FD4A is #CD02B5. Grayscale: #ACACAC. Windows color (decimal): -13435574 or 4914482. OLE color: 4914482.
HSL color Cylindrical-coordinate representation of color #32FD4A: hue angle of 127.09º 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 #32FD4A is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 74 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.01 |
| HSL | 127.09º | 0.98% | 0.59% | - |
| HSV(B) | 127.09º | 0.8% | 0.99% | - |
| XYZ | 37.68 | 71.42 | 18.28 | - |
| YUV | 171.9 | 72.75 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 74 | 0.80 | 0 | 0.71 | 0.01 | 127.09 | 0.98 | 0.59 |
| Hex | 32 | FD | 4A | 50 | 0 | 47 | 1 | 7F | 62 | 3B |
| Octal | 62 | 375 | 112 | 120 | 0 | 107 | 1 | 177 | 142 | 73 |
| Binary | 110010 | 11111101 | 1001010 | 1010000 | 0 | 1000111 | 1 | 1111111 | 1100010 | 111011 |
Color Harmonies of #32FD4A
Complementary color
Monochromatic Colors of #32FD4A
Black with #32FD4A
Text Example
Text Example
White with #32FD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD4A; }
p { color: rgb(50,253,74); }
H1.HeaderClassName
{
color: #32FD4A;
}
.AnyTagClassName
{
color: #32FD4A;
}
</style>
background-color css
<style>
a { background-color: #32FD4A; }
a { background-color: rgb(50,253,74); }
div.DivClassName
{
background-color: #32FD4A;
}
.BgClassName
{
background-color: #32FD4A;
}
</style>
border-color css
<style>
span { border-color: #32FD4A; }
span { border-color: rgb(50,253,74); }
td.TdClassName
{
border-color: #32FD4A;
}
.TagClassName
{
border-color: #32FD4A;
}
</style>