Shades of Lime Green #32F137
Tints of Lime Green #32F137
RGB
CMYK
RGB Variations
Color information
#32F137 (or 0x32F137) is known color: Lime Green. HEX triplet: 32, F1 and 37. RGB value is (50,241,55). Sum of RGB (Red+Green+Blue) = 50+241+55=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 241 (94.53% from 255 or 69.65% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 241 - color contains mainly: green. Hex color #32F137 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F137 is #CD0EC8. Grayscale: #A3A3A3. Windows color (decimal): -13438665 or 3666226. OLE color: 3666226.
HSL color Cylindrical-coordinate representation of color #32F137: hue angle of 121.57º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F137 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 55 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.05 |
| HSL | 121.57º | 0.87% | 0.57% | - |
| HSV(B) | 121.57º | 0.79% | 0.95% | - |
| XYZ | 33.46 | 63.86 | 14.18 | - |
| YUV | 162.69 | 67.22 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 55 | 0.79 | 0 | 0.77 | 0.05 | 121.57 | 0.87 | 0.57 |
| Hex | 32 | F1 | 37 | 4F | 0 | 4D | 5 | 7A | 57 | 39 |
| Octal | 62 | 361 | 67 | 117 | 0 | 115 | 5 | 172 | 127 | 71 |
| Binary | 110010 | 11110001 | 110111 | 1001111 | 0 | 1001101 | 101 | 1111010 | 1010111 | 111001 |
Color Harmonies of #32F137
Complementary color
Monochromatic Colors of #32F137
Black with #32F137
Text Example
Text Example
White with #32F137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F137; }
p { color: rgb(50,241,55); }
H1.HeaderClassName
{
color: #32F137;
}
.AnyTagClassName
{
color: #32F137;
}
</style>
background-color css
<style>
a { background-color: #32F137; }
a { background-color: rgb(50,241,55); }
div.DivClassName
{
background-color: #32F137;
}
.BgClassName
{
background-color: #32F137;
}
</style>
border-color css
<style>
span { border-color: #32F137; }
span { border-color: rgb(50,241,55); }
td.TdClassName
{
border-color: #32F137;
}
.TagClassName
{
border-color: #32F137;
}
</style>