Shades of Lime Green #32BB27
Tints of Lime Green #32BB27
RGB
CMYK
RGB Variations
Color information
#32BB27 (or 0x32BB27) is known color: Lime Green. HEX triplet: 32, BB and 27. RGB value is (50,187,39). Sum of RGB (Red+Green+Blue) = 50+187+39=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 187 (73.44% from 255 or 67.75% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BB27 is #CD44D8. Grayscale: #818181. Windows color (decimal): -13452505 or 2603826. OLE color: 2603826.
HSL color Cylindrical-coordinate representation of color #32BB27: hue angle of 115.54º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BB27 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 39 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.27 |
| HSL | 115.54º | 0.65% | 0.44% | - |
| HSV(B) | 115.54º | 0.79% | 0.73% | - |
| XYZ | 19.45 | 36.37 | 7.91 | - |
| YUV | 129.17 | 77.11 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 39 | 0.73 | 0 | 0.79 | 0.27 | 115.54 | 0.65 | 0.44 |
| Hex | 32 | BB | 27 | 49 | 0 | 4F | 1B | 74 | 41 | 2C |
| Octal | 62 | 273 | 47 | 111 | 0 | 117 | 33 | 164 | 101 | 54 |
| Binary | 110010 | 10111011 | 100111 | 1001001 | 0 | 1001111 | 11011 | 1110100 | 1000001 | 101100 |
Color Harmonies of #32BB27
Complementary color
Monochromatic Colors of #32BB27
Black with #32BB27
Text Example
Text Example
White with #32BB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB27; }
p { color: rgb(50,187,39); }
H1.HeaderClassName
{
color: #32BB27;
}
.AnyTagClassName
{
color: #32BB27;
}
</style>
background-color css
<style>
a { background-color: #32BB27; }
a { background-color: rgb(50,187,39); }
div.DivClassName
{
background-color: #32BB27;
}
.BgClassName
{
background-color: #32BB27;
}
</style>
border-color css
<style>
span { border-color: #32BB27; }
span { border-color: rgb(50,187,39); }
td.TdClassName
{
border-color: #32BB27;
}
.TagClassName
{
border-color: #32BB27;
}
</style>