Shades of Lime Green #32B73B
Tints of Lime Green #32B73B
RGB
CMYK
RGB Variations
Color information
#32B73B (or 0x32B73B) is known color: Lime Green. HEX triplet: 32, B7 and 3B. RGB value is (50,183,59). Sum of RGB (Red+Green+Blue) = 50+183+59=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 183 (71.88% from 255 or 62.67% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 183 - color contains mainly: green. Hex color #32B73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B73B is #CD48C4. Grayscale: #818181. Windows color (decimal): -13453509 or 3913522. OLE color: 3913522.
HSL color Cylindrical-coordinate representation of color #32B73B: hue angle of 124.06º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B73B is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 59 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.28 |
| HSL | 124.06º | 0.57% | 0.46% | - |
| HSV(B) | 124.06º | 0.73% | 0.72% | - |
| XYZ | 19.04 | 34.86 | 9.86 | - |
| YUV | 129.1 | 88.44 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 59 | 0.73 | 0 | 0.68 | 0.28 | 124.06 | 0.57 | 0.46 |
| Hex | 32 | B7 | 3B | 49 | 0 | 44 | 1C | 7C | 39 | 2E |
| Octal | 62 | 267 | 73 | 111 | 0 | 104 | 34 | 174 | 71 | 56 |
| Binary | 110010 | 10110111 | 111011 | 1001001 | 0 | 1000100 | 11100 | 1111100 | 111001 | 101110 |
Color Harmonies of #32B73B
Complementary color
Monochromatic Colors of #32B73B
Black with #32B73B
Text Example
Text Example
White with #32B73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B73B; }
p { color: rgb(50,183,59); }
H1.HeaderClassName
{
color: #32B73B;
}
.AnyTagClassName
{
color: #32B73B;
}
</style>
background-color css
<style>
a { background-color: #32B73B; }
a { background-color: rgb(50,183,59); }
div.DivClassName
{
background-color: #32B73B;
}
.BgClassName
{
background-color: #32B73B;
}
</style>
border-color css
<style>
span { border-color: #32B73B; }
span { border-color: rgb(50,183,59); }
td.TdClassName
{
border-color: #32B73B;
}
.TagClassName
{
border-color: #32B73B;
}
</style>