Shades of Lime Green #32BC27
Tints of Lime Green #32BC27
RGB
CMYK
RGB Variations
Color information
#32BC27 (or 0x32BC27) is known color: Lime Green. HEX triplet: 32, BC and 27. RGB value is (50,188,39). Sum of RGB (Red+Green+Blue) = 50+188+39=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 188 (73.83% from 255 or 67.87% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC27 is #CD43D8. Grayscale: #828282. Windows color (decimal): -13452249 or 2604082. OLE color: 2604082.
HSL color Cylindrical-coordinate representation of color #32BC27: hue angle of 115.57º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BC27 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 39 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.26 |
| HSL | 115.57º | 0.66% | 0.45% | - |
| HSV(B) | 115.57º | 0.79% | 0.74% | - |
| XYZ | 19.66 | 36.79 | 7.98 | - |
| YUV | 129.75 | 76.78 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 39 | 0.73 | 0 | 0.79 | 0.26 | 115.57 | 0.66 | 0.45 |
| Hex | 32 | BC | 27 | 49 | 0 | 4F | 1A | 74 | 42 | 2D |
| Octal | 62 | 274 | 47 | 111 | 0 | 117 | 32 | 164 | 102 | 55 |
| Binary | 110010 | 10111100 | 100111 | 1001001 | 0 | 1001111 | 11010 | 1110100 | 1000010 | 101101 |
Color Harmonies of #32BC27
Complementary color
Monochromatic Colors of #32BC27
Black with #32BC27
Text Example
Text Example
White with #32BC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC27; }
p { color: rgb(50,188,39); }
H1.HeaderClassName
{
color: #32BC27;
}
.AnyTagClassName
{
color: #32BC27;
}
</style>
background-color css
<style>
a { background-color: #32BC27; }
a { background-color: rgb(50,188,39); }
div.DivClassName
{
background-color: #32BC27;
}
.BgClassName
{
background-color: #32BC27;
}
</style>
border-color css
<style>
span { border-color: #32BC27; }
span { border-color: rgb(50,188,39); }
td.TdClassName
{
border-color: #32BC27;
}
.TagClassName
{
border-color: #32BC27;
}
</style>