Shades of Lime Green #32F62E
Tints of Lime Green #32F62E
RGB
CMYK
RGB Variations
Color information
#32F62E (or 0x32F62E) is known color: Lime Green. HEX triplet: 32, F6 and 2E. RGB value is (50,246,46). Sum of RGB (Red+Green+Blue) = 50+246+46=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 246 (96.48% from 255 or 71.93% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 246 - color contains mainly: green. Hex color #32F62E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F62E is #CD09D1. Grayscale: #A5A5A5. Windows color (decimal): -13437394 or 3077682. OLE color: 3077682.
HSL color Cylindrical-coordinate representation of color #32F62E: hue angle of 118.8º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32F62E is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 46 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.04 |
| HSL | 118.8º | 0.92% | 0.57% | - |
| HSV(B) | 118.8º | 0.81% | 0.96% | - |
| XYZ | 34.76 | 66.79 | 13.64 | - |
| YUV | 164.6 | 61.07 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 46 | 0.80 | 0 | 0.81 | 0.04 | 118.8 | 0.92 | 0.57 |
| Hex | 32 | F6 | 2E | 50 | 0 | 51 | 4 | 77 | 5C | 39 |
| Octal | 62 | 366 | 56 | 120 | 0 | 121 | 4 | 167 | 134 | 71 |
| Binary | 110010 | 11110110 | 101110 | 1010000 | 0 | 1010001 | 100 | 1110111 | 1011100 | 111001 |
Color Harmonies of #32F62E
Complementary color
Monochromatic Colors of #32F62E
Black with #32F62E
Text Example
Text Example
White with #32F62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F62E; }
p { color: rgb(50,246,46); }
H1.HeaderClassName
{
color: #32F62E;
}
.AnyTagClassName
{
color: #32F62E;
}
</style>
background-color css
<style>
a { background-color: #32F62E; }
a { background-color: rgb(50,246,46); }
div.DivClassName
{
background-color: #32F62E;
}
.BgClassName
{
background-color: #32F62E;
}
</style>
border-color css
<style>
span { border-color: #32F62E; }
span { border-color: rgb(50,246,46); }
td.TdClassName
{
border-color: #32F62E;
}
.TagClassName
{
border-color: #32F62E;
}
</style>