Shades of Lime Green #32FD4B
Tints of Lime Green #32FD4B
RGB
CMYK
RGB Variations
Color information
#32FD4B (or 0x32FD4B) is known color: Lime Green. HEX triplet: 32, FD and 4B. RGB value is (50,253,75). Sum of RGB (Red+Green+Blue) = 50+253+75=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 253 (99.22% from 255 or 66.93% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FD4B is #CD02B4. Grayscale: #ACACAC. Windows color (decimal): -13435573 or 4980018. OLE color: 4980018.
HSL color Cylindrical-coordinate representation of color #32FD4B: hue angle of 127.39º 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 #32FD4B is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 75 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.01 |
| HSL | 127.39º | 0.98% | 0.59% | - |
| HSV(B) | 127.39º | 0.8% | 0.99% | - |
| XYZ | 37.71 | 71.44 | 18.46 | - |
| YUV | 172.01 | 73.25 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 75 | 0.80 | 0 | 0.70 | 0.01 | 127.39 | 0.98 | 0.59 |
| Hex | 32 | FD | 4B | 50 | 0 | 46 | 1 | 7F | 62 | 3B |
| Octal | 62 | 375 | 113 | 120 | 0 | 106 | 1 | 177 | 142 | 73 |
| Binary | 110010 | 11111101 | 1001011 | 1010000 | 0 | 1000110 | 1 | 1111111 | 1100010 | 111011 |
Color Harmonies of #32FD4B
Complementary color
Monochromatic Colors of #32FD4B
Black with #32FD4B
Text Example
Text Example
White with #32FD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD4B; }
p { color: rgb(50,253,75); }
H1.HeaderClassName
{
color: #32FD4B;
}
.AnyTagClassName
{
color: #32FD4B;
}
</style>
background-color css
<style>
a { background-color: #32FD4B; }
a { background-color: rgb(50,253,75); }
div.DivClassName
{
background-color: #32FD4B;
}
.BgClassName
{
background-color: #32FD4B;
}
</style>
border-color css
<style>
span { border-color: #32FD4B; }
span { border-color: rgb(50,253,75); }
td.TdClassName
{
border-color: #32FD4B;
}
.TagClassName
{
border-color: #32FD4B;
}
</style>