Shades of Lime Green #32FB4B
Tints of Lime Green #32FB4B
RGB
CMYK
RGB Variations
Color information
#32FB4B (or 0x32FB4B) is known color: Lime Green. HEX triplet: 32, FB and 4B. RGB value is (50,251,75). Sum of RGB (Red+Green+Blue) = 50+251+75=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 251 (98.44% from 255 or 66.76% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FB4B is #CD04B4. Grayscale: #ABABAB. Windows color (decimal): -13436085 or 4979506. OLE color: 4979506.
HSL color Cylindrical-coordinate representation of color #32FB4B: hue angle of 127.46º 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 #32FB4B is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 75 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.02 |
| HSL | 127.46º | 0.96% | 0.59% | - |
| HSV(B) | 127.46º | 0.8% | 0.98% | - |
| XYZ | 37.08 | 70.18 | 18.25 | - |
| YUV | 170.84 | 73.91 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 75 | 0.80 | 0 | 0.70 | 0.02 | 127.46 | 0.96 | 0.59 |
| Hex | 32 | FB | 4B | 50 | 0 | 46 | 2 | 7F | 60 | 3B |
| Octal | 62 | 373 | 113 | 120 | 0 | 106 | 2 | 177 | 140 | 73 |
| Binary | 110010 | 11111011 | 1001011 | 1010000 | 0 | 1000110 | 10 | 1111111 | 1100000 | 111011 |
Color Harmonies of #32FB4B
Complementary color
Monochromatic Colors of #32FB4B
Black with #32FB4B
Text Example
Text Example
White with #32FB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FB4B; }
p { color: rgb(50,251,75); }
H1.HeaderClassName
{
color: #32FB4B;
}
.AnyTagClassName
{
color: #32FB4B;
}
</style>
background-color css
<style>
a { background-color: #32FB4B; }
a { background-color: rgb(50,251,75); }
div.DivClassName
{
background-color: #32FB4B;
}
.BgClassName
{
background-color: #32FB4B;
}
</style>
border-color css
<style>
span { border-color: #32FB4B; }
span { border-color: rgb(50,251,75); }
td.TdClassName
{
border-color: #32FB4B;
}
.TagClassName
{
border-color: #32FB4B;
}
</style>