Shades of Lime Green #32BF3E
Tints of Lime Green #32BF3E
RGB
CMYK
RGB Variations
Color information
#32BF3E (or 0x32BF3E) is known color: Lime Green. HEX triplet: 32, BF and 3E. RGB value is (50,191,62). Sum of RGB (Red+Green+Blue) = 50+191+62=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF3E is #CD40C1. Grayscale: #868686. Windows color (decimal): -13451458 or 4112178. OLE color: 4112178.
HSL color Cylindrical-coordinate representation of color #32BF3E: hue angle of 125.11º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BF3E is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 62 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.25 |
| HSL | 125.11º | 0.59% | 0.47% | - |
| HSV(B) | 125.11º | 0.74% | 0.75% | - |
| XYZ | 20.82 | 38.29 | 10.85 | - |
| YUV | 134.14 | 87.29 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 62 | 0.74 | 0 | 0.68 | 0.25 | 125.11 | 0.59 | 0.47 |
| Hex | 32 | BF | 3E | 4A | 0 | 44 | 19 | 7D | 3B | 2F |
| Octal | 62 | 277 | 76 | 112 | 0 | 104 | 31 | 175 | 73 | 57 |
| Binary | 110010 | 10111111 | 111110 | 1001010 | 0 | 1000100 | 11001 | 1111101 | 111011 | 101111 |
Color Harmonies of #32BF3E
Complementary color
Monochromatic Colors of #32BF3E
Black with #32BF3E
Text Example
Text Example
White with #32BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF3E; }
p { color: rgb(50,191,62); }
H1.HeaderClassName
{
color: #32BF3E;
}
.AnyTagClassName
{
color: #32BF3E;
}
</style>
background-color css
<style>
a { background-color: #32BF3E; }
a { background-color: rgb(50,191,62); }
div.DivClassName
{
background-color: #32BF3E;
}
.BgClassName
{
background-color: #32BF3E;
}
</style>
border-color css
<style>
span { border-color: #32BF3E; }
span { border-color: rgb(50,191,62); }
td.TdClassName
{
border-color: #32BF3E;
}
.TagClassName
{
border-color: #32BF3E;
}
</style>