Shades of Lime Green #32F04B
Tints of Lime Green #32F04B
RGB
CMYK
RGB Variations
Color information
#32F04B (or 0x32F04B) is known color: Lime Green. HEX triplet: 32, F0 and 4B. RGB value is (50,240,75). Sum of RGB (Red+Green+Blue) = 50+240+75=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #32F04B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F04B is #CD0FB4. Grayscale: #A4A4A4. Windows color (decimal): -13438901 or 4976690. OLE color: 4976690.
HSL color Cylindrical-coordinate representation of color #32F04B: hue angle of 127.89º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F04B is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 75 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.06 |
| HSL | 127.89º | 0.86% | 0.57% | - |
| HSV(B) | 127.89º | 0.79% | 0.94% | - |
| XYZ | 33.75 | 63.51 | 17.14 | - |
| YUV | 164.38 | 77.55 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 75 | 0.79 | 0 | 0.69 | 0.06 | 127.89 | 0.86 | 0.57 |
| Hex | 32 | F0 | 4B | 4F | 0 | 45 | 6 | 80 | 56 | 39 |
| Octal | 62 | 360 | 113 | 117 | 0 | 105 | 6 | 200 | 126 | 71 |
| Binary | 110010 | 11110000 | 1001011 | 1001111 | 0 | 1000101 | 110 | 10000000 | 1010110 | 111001 |
Color Harmonies of #32F04B
Complementary color
Monochromatic Colors of #32F04B
Black with #32F04B
Text Example
Text Example
White with #32F04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F04B; }
p { color: rgb(50,240,75); }
H1.HeaderClassName
{
color: #32F04B;
}
.AnyTagClassName
{
color: #32F04B;
}
</style>
background-color css
<style>
a { background-color: #32F04B; }
a { background-color: rgb(50,240,75); }
div.DivClassName
{
background-color: #32F04B;
}
.BgClassName
{
background-color: #32F04B;
}
</style>
border-color css
<style>
span { border-color: #32F04B; }
span { border-color: rgb(50,240,75); }
td.TdClassName
{
border-color: #32F04B;
}
.TagClassName
{
border-color: #32F04B;
}
</style>