Shades of Lime Green #32FC4A
Tints of Lime Green #32FC4A
RGB
CMYK
RGB Variations
Color information
#32FC4A (or 0x32FC4A) is known color: Lime Green. HEX triplet: 32, FC and 4A. RGB value is (50,252,74). Sum of RGB (Red+Green+Blue) = 50+252+74=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 252 (98.83% from 255 or 67.02% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FC4A is #CD03B5. Grayscale: #ABABAB. Windows color (decimal): -13435830 or 4914226. OLE color: 4914226.
HSL color Cylindrical-coordinate representation of color #32FC4A: hue angle of 127.13º degrees, saturation: 0.97, 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 #32FC4A is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 74 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.01 |
| HSL | 127.13º | 0.97% | 0.59% | - |
| HSV(B) | 127.13º | 0.8% | 0.99% | - |
| XYZ | 37.36 | 70.79 | 18.17 | - |
| YUV | 171.31 | 73.08 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 74 | 0.80 | 0 | 0.71 | 0.01 | 127.13 | 0.97 | 0.59 |
| Hex | 32 | FC | 4A | 50 | 0 | 47 | 1 | 7F | 61 | 3B |
| Octal | 62 | 374 | 112 | 120 | 0 | 107 | 1 | 177 | 141 | 73 |
| Binary | 110010 | 11111100 | 1001010 | 1010000 | 0 | 1000111 | 1 | 1111111 | 1100001 | 111011 |
Color Harmonies of #32FC4A
Complementary color
Monochromatic Colors of #32FC4A
Black with #32FC4A
Text Example
Text Example
White with #32FC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FC4A; }
p { color: rgb(50,252,74); }
H1.HeaderClassName
{
color: #32FC4A;
}
.AnyTagClassName
{
color: #32FC4A;
}
</style>
background-color css
<style>
a { background-color: #32FC4A; }
a { background-color: rgb(50,252,74); }
div.DivClassName
{
background-color: #32FC4A;
}
.BgClassName
{
background-color: #32FC4A;
}
</style>
border-color css
<style>
span { border-color: #32FC4A; }
span { border-color: rgb(50,252,74); }
td.TdClassName
{
border-color: #32FC4A;
}
.TagClassName
{
border-color: #32FC4A;
}
</style>