Shades of Lime Green #32F037
Tints of Lime Green #32F037
RGB
CMYK
RGB Variations
Color information
#32F037 (or 0x32F037) is known color: Lime Green. HEX triplet: 32, F0 and 37. RGB value is (50,240,55). Sum of RGB (Red+Green+Blue) = 50+240+55=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #32F037 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F037 is #CD0FC8. Grayscale: #A2A2A2. Windows color (decimal): -13438921 or 3665970. OLE color: 3665970.
HSL color Cylindrical-coordinate representation of color #32F037: hue angle of 121.58º 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 #32F037 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 55 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.06 |
| HSL | 121.58º | 0.86% | 0.57% | - |
| HSV(B) | 121.58º | 0.79% | 0.94% | - |
| XYZ | 33.17 | 63.27 | 14.08 | - |
| YUV | 162.1 | 67.55 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 55 | 0.79 | 0 | 0.77 | 0.06 | 121.58 | 0.86 | 0.57 |
| Hex | 32 | F0 | 37 | 4F | 0 | 4D | 6 | 7A | 56 | 39 |
| Octal | 62 | 360 | 67 | 117 | 0 | 115 | 6 | 172 | 126 | 71 |
| Binary | 110010 | 11110000 | 110111 | 1001111 | 0 | 1001101 | 110 | 1111010 | 1010110 | 111001 |
Color Harmonies of #32F037
Complementary color
Monochromatic Colors of #32F037
Black with #32F037
Text Example
Text Example
White with #32F037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F037; }
p { color: rgb(50,240,55); }
H1.HeaderClassName
{
color: #32F037;
}
.AnyTagClassName
{
color: #32F037;
}
</style>
background-color css
<style>
a { background-color: #32F037; }
a { background-color: rgb(50,240,55); }
div.DivClassName
{
background-color: #32F037;
}
.BgClassName
{
background-color: #32F037;
}
</style>
border-color css
<style>
span { border-color: #32F037; }
span { border-color: rgb(50,240,55); }
td.TdClassName
{
border-color: #32F037;
}
.TagClassName
{
border-color: #32F037;
}
</style>