Shades of Lime Green #32BF2A
Tints of Lime Green #32BF2A
RGB
CMYK
RGB Variations
Color information
#32BF2A (or 0x32BF2A) is known color: Lime Green. HEX triplet: 32, BF and 2A. RGB value is (50,191,42). Sum of RGB (Red+Green+Blue) = 50+191+42=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 191 (75% from 255 or 67.49% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF2A is #CD40D5. Grayscale: #848484. Windows color (decimal): -13451478 or 2801458. OLE color: 2801458.
HSL color Cylindrical-coordinate representation of color #32BF2A: hue angle of 116.78º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32BF2A is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 42 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.25 |
| HSL | 116.78º | 0.64% | 0.46% | - |
| HSV(B) | 116.78º | 0.78% | 0.75% | - |
| XYZ | 20.36 | 38.11 | 8.47 | - |
| YUV | 131.86 | 77.29 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 42 | 0.74 | 0 | 0.78 | 0.25 | 116.78 | 0.64 | 0.46 |
| Hex | 32 | BF | 2A | 4A | 0 | 4E | 19 | 75 | 40 | 2E |
| Octal | 62 | 277 | 52 | 112 | 0 | 116 | 31 | 165 | 100 | 56 |
| Binary | 110010 | 10111111 | 101010 | 1001010 | 0 | 1001110 | 11001 | 1110101 | 1000000 | 101110 |
Color Harmonies of #32BF2A
Complementary color
Monochromatic Colors of #32BF2A
Black with #32BF2A
Text Example
Text Example
White with #32BF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF2A; }
p { color: rgb(50,191,42); }
H1.HeaderClassName
{
color: #32BF2A;
}
.AnyTagClassName
{
color: #32BF2A;
}
</style>
background-color css
<style>
a { background-color: #32BF2A; }
a { background-color: rgb(50,191,42); }
div.DivClassName
{
background-color: #32BF2A;
}
.BgClassName
{
background-color: #32BF2A;
}
</style>
border-color css
<style>
span { border-color: #32BF2A; }
span { border-color: rgb(50,191,42); }
td.TdClassName
{
border-color: #32BF2A;
}
.TagClassName
{
border-color: #32BF2A;
}
</style>