Shades of Lime Green #32BD3E
Tints of Lime Green #32BD3E
RGB
CMYK
RGB Variations
Color information
#32BD3E (or 0x32BD3E) is known color: Lime Green. HEX triplet: 32, BD and 3E. RGB value is (50,189,62). Sum of RGB (Red+Green+Blue) = 50+189+62=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 189 (74.22% from 255 or 62.79% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD3E is #CD42C1. Grayscale: #858585. Windows color (decimal): -13451970 or 4111666. OLE color: 4111666.
HSL color Cylindrical-coordinate representation of color #32BD3E: hue angle of 125.18º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD3E is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 62 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.26 |
| HSL | 125.18º | 0.58% | 0.47% | - |
| HSV(B) | 125.18º | 0.74% | 0.74% | - |
| XYZ | 20.38 | 37.42 | 10.71 | - |
| YUV | 132.96 | 87.95 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 62 | 0.74 | 0 | 0.67 | 0.26 | 125.18 | 0.58 | 0.47 |
| Hex | 32 | BD | 3E | 4A | 0 | 43 | 1A | 7D | 3A | 2F |
| Octal | 62 | 275 | 76 | 112 | 0 | 103 | 32 | 175 | 72 | 57 |
| Binary | 110010 | 10111101 | 111110 | 1001010 | 0 | 1000011 | 11010 | 1111101 | 111010 | 101111 |
Color Harmonies of #32BD3E
Complementary color
Monochromatic Colors of #32BD3E
Black with #32BD3E
Text Example
Text Example
White with #32BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD3E; }
p { color: rgb(50,189,62); }
H1.HeaderClassName
{
color: #32BD3E;
}
.AnyTagClassName
{
color: #32BD3E;
}
</style>
background-color css
<style>
a { background-color: #32BD3E; }
a { background-color: rgb(50,189,62); }
div.DivClassName
{
background-color: #32BD3E;
}
.BgClassName
{
background-color: #32BD3E;
}
</style>
border-color css
<style>
span { border-color: #32BD3E; }
span { border-color: rgb(50,189,62); }
td.TdClassName
{
border-color: #32BD3E;
}
.TagClassName
{
border-color: #32BD3E;
}
</style>