Shades of Lime Green #32B93F
Tints of Lime Green #32B93F
RGB
CMYK
RGB Variations
Color information
#32B93F (or 0x32B93F) is known color: Lime Green. HEX triplet: 32, B9 and 3F. RGB value is (50,185,63). Sum of RGB (Red+Green+Blue) = 50+185+63=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 185 (72.66% from 255 or 62.08% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 185 - color contains mainly: green. Hex color #32B93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B93F is #CD46C0. Grayscale: #838383. Windows color (decimal): -13452993 or 4176178. OLE color: 4176178.
HSL color Cylindrical-coordinate representation of color #32B93F: hue angle of 125.78º degrees, saturation: 0.57, 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 #32B93F is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 63 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.27 |
| HSL | 125.78º | 0.57% | 0.46% | - |
| HSV(B) | 125.78º | 0.73% | 0.73% | - |
| XYZ | 19.56 | 35.73 | 10.57 | - |
| YUV | 130.73 | 89.77 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 63 | 0.73 | 0 | 0.66 | 0.27 | 125.78 | 0.57 | 0.46 |
| Hex | 32 | B9 | 3F | 49 | 0 | 42 | 1B | 7E | 39 | 2E |
| Octal | 62 | 271 | 77 | 111 | 0 | 102 | 33 | 176 | 71 | 56 |
| Binary | 110010 | 10111001 | 111111 | 1001001 | 0 | 1000010 | 11011 | 1111110 | 111001 | 101110 |
Color Harmonies of #32B93F
Complementary color
Monochromatic Colors of #32B93F
Black with #32B93F
Text Example
Text Example
White with #32B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B93F; }
p { color: rgb(50,185,63); }
H1.HeaderClassName
{
color: #32B93F;
}
.AnyTagClassName
{
color: #32B93F;
}
</style>
background-color css
<style>
a { background-color: #32B93F; }
a { background-color: rgb(50,185,63); }
div.DivClassName
{
background-color: #32B93F;
}
.BgClassName
{
background-color: #32B93F;
}
</style>
border-color css
<style>
span { border-color: #32B93F; }
span { border-color: rgb(50,185,63); }
td.TdClassName
{
border-color: #32B93F;
}
.TagClassName
{
border-color: #32B93F;
}
</style>