Shades of Lime Green #32F83E
Tints of Lime Green #32F83E
RGB
CMYK
RGB Variations
Color information
#32F83E (or 0x32F83E) is known color: Lime Green. HEX triplet: 32, F8 and 3E. RGB value is (50,248,62). Sum of RGB (Red+Green+Blue) = 50+248+62=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #32F83E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F83E is #CD07C1. Grayscale: #A8A8A8. Windows color (decimal): -13436866 or 4126770. OLE color: 4126770.
HSL color Cylindrical-coordinate representation of color #32F83E: hue angle of 123.64º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F83E is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 62 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.03 |
| HSL | 123.64º | 0.93% | 0.58% | - |
| HSV(B) | 123.64º | 0.8% | 0.97% | - |
| XYZ | 35.75 | 68.16 | 15.83 | - |
| YUV | 167.59 | 68.4 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 62 | 0.80 | 0 | 0.75 | 0.03 | 123.64 | 0.93 | 0.58 |
| Hex | 32 | F8 | 3E | 50 | 0 | 4B | 3 | 7C | 5D | 3A |
| Octal | 62 | 370 | 76 | 120 | 0 | 113 | 3 | 174 | 135 | 72 |
| Binary | 110010 | 11111000 | 111110 | 1010000 | 0 | 1001011 | 11 | 1111100 | 1011101 | 111010 |
Color Harmonies of #32F83E
Complementary color
Monochromatic Colors of #32F83E
Black with #32F83E
Text Example
Text Example
White with #32F83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F83E; }
p { color: rgb(50,248,62); }
H1.HeaderClassName
{
color: #32F83E;
}
.AnyTagClassName
{
color: #32F83E;
}
</style>
background-color css
<style>
a { background-color: #32F83E; }
a { background-color: rgb(50,248,62); }
div.DivClassName
{
background-color: #32F83E;
}
.BgClassName
{
background-color: #32F83E;
}
</style>
border-color css
<style>
span { border-color: #32F83E; }
span { border-color: rgb(50,248,62); }
td.TdClassName
{
border-color: #32F83E;
}
.TagClassName
{
border-color: #32F83E;
}
</style>