Shades of Lime Green #32B725
Tints of Lime Green #32B725
RGB
CMYK
RGB Variations
Color information
#32B725 (or 0x32B725) is known color: Lime Green. HEX triplet: 32, B7 and 25. RGB value is (50,183,37). Sum of RGB (Red+Green+Blue) = 50+183+37=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 183 (71.88% from 255 or 67.78% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 183 - color contains mainly: green. Hex color #32B725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B725 is #CD48DA. Grayscale: #7F7F7F. Windows color (decimal): -13453531 or 2471730. OLE color: 2471730.
HSL color Cylindrical-coordinate representation of color #32B725: hue angle of 114.66º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32B725 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 37 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.28 |
| HSL | 114.66º | 0.66% | 0.43% | - |
| HSV(B) | 114.66º | 0.8% | 0.72% | - |
| XYZ | 18.58 | 34.68 | 7.46 | - |
| YUV | 126.59 | 77.44 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 37 | 0.73 | 0 | 0.80 | 0.28 | 114.66 | 0.66 | 0.43 |
| Hex | 32 | B7 | 25 | 49 | 0 | 50 | 1C | 73 | 42 | 2B |
| Octal | 62 | 267 | 45 | 111 | 0 | 120 | 34 | 163 | 102 | 53 |
| Binary | 110010 | 10110111 | 100101 | 1001001 | 0 | 1010000 | 11100 | 1110011 | 1000010 | 101011 |
Color Harmonies of #32B725
Complementary color
Monochromatic Colors of #32B725
Black with #32B725
Text Example
Text Example
White with #32B725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B725; }
p { color: rgb(50,183,37); }
H1.HeaderClassName
{
color: #32B725;
}
.AnyTagClassName
{
color: #32B725;
}
</style>
background-color css
<style>
a { background-color: #32B725; }
a { background-color: rgb(50,183,37); }
div.DivClassName
{
background-color: #32B725;
}
.BgClassName
{
background-color: #32B725;
}
</style>
border-color css
<style>
span { border-color: #32B725; }
span { border-color: rgb(50,183,37); }
td.TdClassName
{
border-color: #32B725;
}
.TagClassName
{
border-color: #32B725;
}
</style>