Shades of Lime Green #32B625
Tints of Lime Green #32B625
RGB
CMYK
RGB Variations
Color information
#32B625 (or 0x32B625) is known color: Lime Green. HEX triplet: 32, B6 and 25. RGB value is (50,182,37). Sum of RGB (Red+Green+Blue) = 50+182+37=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 182 (71.48% from 255 or 67.66% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 182 - color contains mainly: green. Hex color #32B625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B625 is #CD49DA. Grayscale: #7E7E7E. Windows color (decimal): -13453787 or 2471474. OLE color: 2471474.
HSL color Cylindrical-coordinate representation of color #32B625: hue angle of 114.62º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32B625 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 182 | 37 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.29 |
| HSL | 114.62º | 0.66% | 0.43% | - |
| HSV(B) | 114.62º | 0.8% | 0.71% | - |
| XYZ | 18.38 | 34.27 | 7.4 | - |
| YUV | 126 | 77.77 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 182 | 37 | 0.73 | 0 | 0.80 | 0.29 | 114.62 | 0.66 | 0.43 |
| Hex | 32 | B6 | 25 | 49 | 0 | 50 | 1D | 73 | 42 | 2B |
| Octal | 62 | 266 | 45 | 111 | 0 | 120 | 35 | 163 | 102 | 53 |
| Binary | 110010 | 10110110 | 100101 | 1001001 | 0 | 1010000 | 11101 | 1110011 | 1000010 | 101011 |
Color Harmonies of #32B625
Complementary color
Monochromatic Colors of #32B625
Black with #32B625
Text Example
Text Example
White with #32B625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B625; }
p { color: rgb(50,182,37); }
H1.HeaderClassName
{
color: #32B625;
}
.AnyTagClassName
{
color: #32B625;
}
</style>
background-color css
<style>
a { background-color: #32B625; }
a { background-color: rgb(50,182,37); }
div.DivClassName
{
background-color: #32B625;
}
.BgClassName
{
background-color: #32B625;
}
</style>
border-color css
<style>
span { border-color: #32B625; }
span { border-color: rgb(50,182,37); }
td.TdClassName
{
border-color: #32B625;
}
.TagClassName
{
border-color: #32B625;
}
</style>