Shades of Lime Green #32F72B
Tints of Lime Green #32F72B
RGB
CMYK
RGB Variations
Color information
#32F72B (or 0x32F72B) is known color: Lime Green. HEX triplet: 32, F7 and 2B. RGB value is (50,247,43). Sum of RGB (Red+Green+Blue) = 50+247+43=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 247 (96.88% from 255 or 72.65% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 247 - color contains mainly: green. Hex color #32F72B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F72B is #CD08D4. Grayscale: #A5A5A5. Windows color (decimal): -13437141 or 2881330. OLE color: 2881330.
HSL color Cylindrical-coordinate representation of color #32F72B: hue angle of 117.94º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32F72B is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 43 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.03 |
| HSL | 117.94º | 0.93% | 0.57% | - |
| HSV(B) | 117.94º | 0.83% | 0.97% | - |
| XYZ | 35.01 | 67.37 | 13.44 | - |
| YUV | 164.84 | 59.23 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 43 | 0.80 | 0 | 0.83 | 0.03 | 117.94 | 0.93 | 0.57 |
| Hex | 32 | F7 | 2B | 50 | 0 | 53 | 3 | 76 | 5D | 39 |
| Octal | 62 | 367 | 53 | 120 | 0 | 123 | 3 | 166 | 135 | 71 |
| Binary | 110010 | 11110111 | 101011 | 1010000 | 0 | 1010011 | 11 | 1110110 | 1011101 | 111001 |
Color Harmonies of #32F72B
Complementary color
Monochromatic Colors of #32F72B
Black with #32F72B
Text Example
Text Example
White with #32F72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F72B; }
p { color: rgb(50,247,43); }
H1.HeaderClassName
{
color: #32F72B;
}
.AnyTagClassName
{
color: #32F72B;
}
</style>
background-color css
<style>
a { background-color: #32F72B; }
a { background-color: rgb(50,247,43); }
div.DivClassName
{
background-color: #32F72B;
}
.BgClassName
{
background-color: #32F72B;
}
</style>
border-color css
<style>
span { border-color: #32F72B; }
span { border-color: rgb(50,247,43); }
td.TdClassName
{
border-color: #32F72B;
}
.TagClassName
{
border-color: #32F72B;
}
</style>