Shades of Lime Green #32BF29
Tints of Lime Green #32BF29
RGB
CMYK
RGB Variations
Color information
#32BF29 (or 0x32BF29) is known color: Lime Green. HEX triplet: 32, BF and 29. RGB value is (50,191,41). Sum of RGB (Red+Green+Blue) = 50+191+41=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF29 is #CD40D6. Grayscale: #848484. Windows color (decimal): -13451479 or 2735922. OLE color: 2735922.
HSL color Cylindrical-coordinate representation of color #32BF29: hue angle of 116.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BF29 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 41 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.25 |
| HSL | 116.4º | 0.65% | 0.45% | - |
| HSV(B) | 116.4º | 0.79% | 0.75% | - |
| XYZ | 20.35 | 38.1 | 8.38 | - |
| YUV | 131.74 | 76.79 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 41 | 0.74 | 0 | 0.79 | 0.25 | 116.4 | 0.65 | 0.45 |
| Hex | 32 | BF | 29 | 4A | 0 | 4F | 19 | 74 | 41 | 2D |
| Octal | 62 | 277 | 51 | 112 | 0 | 117 | 31 | 164 | 101 | 55 |
| Binary | 110010 | 10111111 | 101001 | 1001010 | 0 | 1001111 | 11001 | 1110100 | 1000001 | 101101 |
Color Harmonies of #32BF29
Complementary color
Monochromatic Colors of #32BF29
Black with #32BF29
Text Example
Text Example
White with #32BF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF29; }
p { color: rgb(50,191,41); }
H1.HeaderClassName
{
color: #32BF29;
}
.AnyTagClassName
{
color: #32BF29;
}
</style>
background-color css
<style>
a { background-color: #32BF29; }
a { background-color: rgb(50,191,41); }
div.DivClassName
{
background-color: #32BF29;
}
.BgClassName
{
background-color: #32BF29;
}
</style>
border-color css
<style>
span { border-color: #32BF29; }
span { border-color: rgb(50,191,41); }
td.TdClassName
{
border-color: #32BF29;
}
.TagClassName
{
border-color: #32BF29;
}
</style>