Shades of Lime Green #32BF3A
Tints of Lime Green #32BF3A
RGB
CMYK
RGB Variations
Color information
#32BF3A (or 0x32BF3A) is known color: Lime Green. HEX triplet: 32, BF and 3A. RGB value is (50,191,58). Sum of RGB (Red+Green+Blue) = 50+191+58=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF3A is #CD40C5. Grayscale: #868686. Windows color (decimal): -13451462 or 3850034. OLE color: 3850034.
HSL color Cylindrical-coordinate representation of color #32BF3A: hue angle of 123.4º 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 #32BF3A is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 58 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.25 |
| HSL | 123.4º | 0.59% | 0.47% | - |
| HSV(B) | 123.4º | 0.74% | 0.75% | - |
| XYZ | 20.71 | 38.25 | 10.29 | - |
| YUV | 133.68 | 85.29 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 58 | 0.74 | 0 | 0.70 | 0.25 | 123.4 | 0.59 | 0.47 |
| Hex | 32 | BF | 3A | 4A | 0 | 46 | 19 | 7B | 3B | 2F |
| Octal | 62 | 277 | 72 | 112 | 0 | 106 | 31 | 173 | 73 | 57 |
| Binary | 110010 | 10111111 | 111010 | 1001010 | 0 | 1000110 | 11001 | 1111011 | 111011 | 101111 |
Color Harmonies of #32BF3A
Complementary color
Monochromatic Colors of #32BF3A
Black with #32BF3A
Text Example
Text Example
White with #32BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF3A; }
p { color: rgb(50,191,58); }
H1.HeaderClassName
{
color: #32BF3A;
}
.AnyTagClassName
{
color: #32BF3A;
}
</style>
background-color css
<style>
a { background-color: #32BF3A; }
a { background-color: rgb(50,191,58); }
div.DivClassName
{
background-color: #32BF3A;
}
.BgClassName
{
background-color: #32BF3A;
}
</style>
border-color css
<style>
span { border-color: #32BF3A; }
span { border-color: rgb(50,191,58); }
td.TdClassName
{
border-color: #32BF3A;
}
.TagClassName
{
border-color: #32BF3A;
}
</style>