Shades of Lime Green #32FE40
Tints of Lime Green #32FE40
RGB
CMYK
RGB Variations
Color information
#32FE40 (or 0x32FE40) is known color: Lime Green. HEX triplet: 32, FE and 40. RGB value is (50,254,64). Sum of RGB (Red+Green+Blue) = 50+254+64=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #32FE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FE40 is #CD01BF. Grayscale: #ABABAB. Windows color (decimal): -13435328 or 4259378. OLE color: 4259378.
HSL color Cylindrical-coordinate representation of color #32FE40: hue angle of 124.12º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FE40 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 64 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.00 |
| HSL | 124.12º | 0.99% | 0.6% | - |
| HSV(B) | 124.12º | 0.8% | 1% | - |
| XYZ | 37.68 | 71.93 | 16.75 | - |
| YUV | 171.34 | 67.41 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 64 | 0.80 | 0 | 0.75 | 0.00 | 124.12 | 0.99 | 0.6 |
| Hex | 32 | FE | 40 | 50 | 0 | 4B | 0 | 7C | 63 | 3C |
| Octal | 62 | 376 | 100 | 120 | 0 | 113 | 0 | 174 | 143 | 74 |
| Binary | 110010 | 11111110 | 1000000 | 1010000 | 0 | 1001011 | 0 | 1111100 | 1100011 | 111100 |
Color Harmonies of #32FE40
Complementary color
Monochromatic Colors of #32FE40
Black with #32FE40
Text Example
Text Example
White with #32FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FE40; }
p { color: rgb(50,254,64); }
H1.HeaderClassName
{
color: #32FE40;
}
.AnyTagClassName
{
color: #32FE40;
}
</style>
background-color css
<style>
a { background-color: #32FE40; }
a { background-color: rgb(50,254,64); }
div.DivClassName
{
background-color: #32FE40;
}
.BgClassName
{
background-color: #32FE40;
}
</style>
border-color css
<style>
span { border-color: #32FE40; }
span { border-color: rgb(50,254,64); }
td.TdClassName
{
border-color: #32FE40;
}
.TagClassName
{
border-color: #32FE40;
}
</style>