Shades of Lime Green #32BA25
Tints of Lime Green #32BA25
RGB
CMYK
RGB Variations
Color information
#32BA25 (or 0x32BA25) is known color: Lime Green. HEX triplet: 32, BA and 25. RGB value is (50,186,37). Sum of RGB (Red+Green+Blue) = 50+186+37=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA25 is #CD45DA. Grayscale: #808080. Windows color (decimal): -13452763 or 2472498. OLE color: 2472498.
HSL color Cylindrical-coordinate representation of color #32BA25: hue angle of 114.77º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BA25 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 37 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.27 |
| HSL | 114.77º | 0.67% | 0.44% | - |
| HSV(B) | 114.77º | 0.8% | 0.73% | - |
| XYZ | 19.21 | 35.93 | 7.67 | - |
| YUV | 128.35 | 76.44 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 37 | 0.73 | 0 | 0.80 | 0.27 | 114.77 | 0.67 | 0.44 |
| Hex | 32 | BA | 25 | 49 | 0 | 50 | 1B | 73 | 43 | 2C |
| Octal | 62 | 272 | 45 | 111 | 0 | 120 | 33 | 163 | 103 | 54 |
| Binary | 110010 | 10111010 | 100101 | 1001001 | 0 | 1010000 | 11011 | 1110011 | 1000011 | 101100 |
Color Harmonies of #32BA25
Complementary color
Monochromatic Colors of #32BA25
Black with #32BA25
Text Example
Text Example
White with #32BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA25; }
p { color: rgb(50,186,37); }
H1.HeaderClassName
{
color: #32BA25;
}
.AnyTagClassName
{
color: #32BA25;
}
</style>
background-color css
<style>
a { background-color: #32BA25; }
a { background-color: rgb(50,186,37); }
div.DivClassName
{
background-color: #32BA25;
}
.BgClassName
{
background-color: #32BA25;
}
</style>
border-color css
<style>
span { border-color: #32BA25; }
span { border-color: rgb(50,186,37); }
td.TdClassName
{
border-color: #32BA25;
}
.TagClassName
{
border-color: #32BA25;
}
</style>