Shades of Lime Green #32BF4D
Tints of Lime Green #32BF4D
RGB
CMYK
RGB Variations
Color information
#32BF4D (or 0x32BF4D) is known color: Lime Green. HEX triplet: 32, BF and 4D. RGB value is (50,191,77). Sum of RGB (Red+Green+Blue) = 50+191+77=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 191 (75% from 255 or 60.06% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF4D is #CD40B2. Grayscale: #888888. Windows color (decimal): -13451443 or 5095218. OLE color: 5095218.
HSL color Cylindrical-coordinate representation of color #32BF4D: hue angle of 131.49º 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 #32BF4D is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 77 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.25 |
| HSL | 131.49º | 0.59% | 0.47% | - |
| HSV(B) | 131.49º | 0.74% | 0.75% | - |
| XYZ | 21.29 | 38.48 | 13.33 | - |
| YUV | 135.85 | 94.79 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 77 | 0.74 | 0 | 0.60 | 0.25 | 131.49 | 0.59 | 0.47 |
| Hex | 32 | BF | 4D | 4A | 0 | 3C | 19 | 83 | 3B | 2F |
| Octal | 62 | 277 | 115 | 112 | 0 | 74 | 31 | 203 | 73 | 57 |
| Binary | 110010 | 10111111 | 1001101 | 1001010 | 0 | 111100 | 11001 | 10000011 | 111011 | 101111 |
Color Harmonies of #32BF4D
Complementary color
Monochromatic Colors of #32BF4D
Black with #32BF4D
Text Example
Text Example
White with #32BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF4D; }
p { color: rgb(50,191,77); }
H1.HeaderClassName
{
color: #32BF4D;
}
.AnyTagClassName
{
color: #32BF4D;
}
</style>
background-color css
<style>
a { background-color: #32BF4D; }
a { background-color: rgb(50,191,77); }
div.DivClassName
{
background-color: #32BF4D;
}
.BgClassName
{
background-color: #32BF4D;
}
</style>
border-color css
<style>
span { border-color: #32BF4D; }
span { border-color: rgb(50,191,77); }
td.TdClassName
{
border-color: #32BF4D;
}
.TagClassName
{
border-color: #32BF4D;
}
</style>