Shades of Lime Green #32BB39
Tints of Lime Green #32BB39
RGB
CMYK
RGB Variations
Color information
#32BB39 (or 0x32BB39) is known color: Lime Green. HEX triplet: 32, BB and 39. RGB value is (50,187,57). Sum of RGB (Red+Green+Blue) = 50+187+57=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 187 (73.44% from 255 or 63.61% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BB39 is #CD44C6. Grayscale: #838383. Windows color (decimal): -13452487 or 3783474. OLE color: 3783474.
HSL color Cylindrical-coordinate representation of color #32BB39: hue angle of 123.07º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BB39 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 57 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.27 |
| HSL | 123.07º | 0.58% | 0.46% | - |
| HSV(B) | 123.07º | 0.73% | 0.73% | - |
| XYZ | 19.82 | 36.51 | 9.87 | - |
| YUV | 131.22 | 86.11 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 57 | 0.73 | 0 | 0.70 | 0.27 | 123.07 | 0.58 | 0.46 |
| Hex | 32 | BB | 39 | 49 | 0 | 46 | 1B | 7B | 3A | 2E |
| Octal | 62 | 273 | 71 | 111 | 0 | 106 | 33 | 173 | 72 | 56 |
| Binary | 110010 | 10111011 | 111001 | 1001001 | 0 | 1000110 | 11011 | 1111011 | 111010 | 101110 |
Color Harmonies of #32BB39
Complementary color
Monochromatic Colors of #32BB39
Black with #32BB39
Text Example
Text Example
White with #32BB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB39; }
p { color: rgb(50,187,57); }
H1.HeaderClassName
{
color: #32BB39;
}
.AnyTagClassName
{
color: #32BB39;
}
</style>
background-color css
<style>
a { background-color: #32BB39; }
a { background-color: rgb(50,187,57); }
div.DivClassName
{
background-color: #32BB39;
}
.BgClassName
{
background-color: #32BB39;
}
</style>
border-color css
<style>
span { border-color: #32BB39; }
span { border-color: rgb(50,187,57); }
td.TdClassName
{
border-color: #32BB39;
}
.TagClassName
{
border-color: #32BB39;
}
</style>