Shades of Lime Green #32FB3E
Tints of Lime Green #32FB3E
RGB
CMYK
RGB Variations
Color information
#32FB3E (or 0x32FB3E) is known color: Lime Green. HEX triplet: 32, FB and 3E. RGB value is (50,251,62). Sum of RGB (Red+Green+Blue) = 50+251+62=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 251 (98.44% from 255 or 69.15% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FB3E is #CD04C1. Grayscale: #A9A9A9. Windows color (decimal): -13436098 or 4127538. OLE color: 4127538.
HSL color Cylindrical-coordinate representation of color #32FB3E: hue angle of 123.58º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FB3E is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 62 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.02 |
| HSL | 123.58º | 0.96% | 0.59% | - |
| HSV(B) | 123.58º | 0.8% | 0.98% | - |
| XYZ | 36.68 | 70.02 | 16.14 | - |
| YUV | 169.36 | 67.41 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 62 | 0.80 | 0 | 0.75 | 0.02 | 123.58 | 0.96 | 0.59 |
| Hex | 32 | FB | 3E | 50 | 0 | 4B | 2 | 7C | 60 | 3B |
| Octal | 62 | 373 | 76 | 120 | 0 | 113 | 2 | 174 | 140 | 73 |
| Binary | 110010 | 11111011 | 111110 | 1010000 | 0 | 1001011 | 10 | 1111100 | 1100000 | 111011 |
Color Harmonies of #32FB3E
Complementary color
Monochromatic Colors of #32FB3E
Black with #32FB3E
Text Example
Text Example
White with #32FB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB3E; }
p { color: rgb(50,251,62); }
H1.HeaderClassName
{
color: #32FB3E;
}
.AnyTagClassName
{
color: #32FB3E;
}
</style>
background-color css
<style>
a { background-color: #32FB3E; }
a { background-color: rgb(50,251,62); }
div.DivClassName
{
background-color: #32FB3E;
}
.BgClassName
{
background-color: #32FB3E;
}
</style>
border-color css
<style>
span { border-color: #32FB3E; }
span { border-color: rgb(50,251,62); }
td.TdClassName
{
border-color: #32FB3E;
}
.TagClassName
{
border-color: #32FB3E;
}
</style>