Shades of Lime Green #32F02B
Tints of Lime Green #32F02B
RGB
CMYK
RGB Variations
Color information
#32F02B (or 0x32F02B) is known color: Lime Green. HEX triplet: 32, F0 and 2B. RGB value is (50,240,43). Sum of RGB (Red+Green+Blue) = 50+240+43=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 240 (94.14% from 255 or 72.07% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 240 - color contains mainly: green. Hex color #32F02B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F02B is #CD0FD4. Grayscale: #A1A1A1. Windows color (decimal): -13438933 or 2879538. OLE color: 2879538.
HSL color Cylindrical-coordinate representation of color #32F02B: hue angle of 117.87º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32F02B is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 43 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.06 |
| HSL | 117.87º | 0.87% | 0.55% | - |
| HSV(B) | 117.87º | 0.82% | 0.94% | - |
| XYZ | 32.91 | 63.17 | 12.74 | - |
| YUV | 160.73 | 61.55 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 43 | 0.79 | 0 | 0.82 | 0.06 | 117.87 | 0.87 | 0.55 |
| Hex | 32 | F0 | 2B | 4F | 0 | 52 | 6 | 76 | 57 | 37 |
| Octal | 62 | 360 | 53 | 117 | 0 | 122 | 6 | 166 | 127 | 67 |
| Binary | 110010 | 11110000 | 101011 | 1001111 | 0 | 1010010 | 110 | 1110110 | 1010111 | 110111 |
Color Harmonies of #32F02B
Complementary color
Monochromatic Colors of #32F02B
Black with #32F02B
Text Example
Text Example
White with #32F02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F02B; }
p { color: rgb(50,240,43); }
H1.HeaderClassName
{
color: #32F02B;
}
.AnyTagClassName
{
color: #32F02B;
}
</style>
background-color css
<style>
a { background-color: #32F02B; }
a { background-color: rgb(50,240,43); }
div.DivClassName
{
background-color: #32F02B;
}
.BgClassName
{
background-color: #32F02B;
}
</style>
border-color css
<style>
span { border-color: #32F02B; }
span { border-color: rgb(50,240,43); }
td.TdClassName
{
border-color: #32F02B;
}
.TagClassName
{
border-color: #32F02B;
}
</style>