Shades of Lime Green #32B727
Tints of Lime Green #32B727
RGB
CMYK
RGB Variations
Color information
#32B727 (or 0x32B727) is known color: Lime Green. HEX triplet: 32, B7 and 27. RGB value is (50,183,39). Sum of RGB (Red+Green+Blue) = 50+183+39=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 183 (71.88% from 255 or 67.28% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 183 - color contains mainly: green. Hex color #32B727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B727 is #CD48D8. Grayscale: #7F7F7F. Windows color (decimal): -13453529 or 2602802. OLE color: 2602802.
HSL color Cylindrical-coordinate representation of color #32B727: hue angle of 115.42º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32B727 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 39 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.28 |
| HSL | 115.42º | 0.65% | 0.44% | - |
| HSV(B) | 115.42º | 0.79% | 0.72% | - |
| XYZ | 18.62 | 34.69 | 7.63 | - |
| YUV | 126.82 | 78.44 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 39 | 0.73 | 0 | 0.79 | 0.28 | 115.42 | 0.65 | 0.44 |
| Hex | 32 | B7 | 27 | 49 | 0 | 4F | 1C | 73 | 41 | 2C |
| Octal | 62 | 267 | 47 | 111 | 0 | 117 | 34 | 163 | 101 | 54 |
| Binary | 110010 | 10110111 | 100111 | 1001001 | 0 | 1001111 | 11100 | 1110011 | 1000001 | 101100 |
Color Harmonies of #32B727
Complementary color
Monochromatic Colors of #32B727
Black with #32B727
Text Example
Text Example
White with #32B727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B727; }
p { color: rgb(50,183,39); }
H1.HeaderClassName
{
color: #32B727;
}
.AnyTagClassName
{
color: #32B727;
}
</style>
background-color css
<style>
a { background-color: #32B727; }
a { background-color: rgb(50,183,39); }
div.DivClassName
{
background-color: #32B727;
}
.BgClassName
{
background-color: #32B727;
}
</style>
border-color css
<style>
span { border-color: #32B727; }
span { border-color: rgb(50,183,39); }
td.TdClassName
{
border-color: #32B727;
}
.TagClassName
{
border-color: #32B727;
}
</style>