Shades of Lime Green #32BF2F
Tints of Lime Green #32BF2F
RGB
CMYK
RGB Variations
Color information
#32BF2F (or 0x32BF2F) is known color: Lime Green. HEX triplet: 32, BF and 2F. RGB value is (50,191,47). Sum of RGB (Red+Green+Blue) = 50+191+47=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF2F is #CD40D0. Grayscale: #848484. Windows color (decimal): -13451473 or 3129138. OLE color: 3129138.
HSL color Cylindrical-coordinate representation of color #32BF2F: hue angle of 118.75º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BF2F is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 47 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.25 |
| HSL | 118.75º | 0.61% | 0.47% | - |
| HSV(B) | 118.75º | 0.75% | 0.75% | - |
| XYZ | 20.46 | 38.14 | 8.97 | - |
| YUV | 132.43 | 79.79 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 47 | 0.74 | 0 | 0.75 | 0.25 | 118.75 | 0.61 | 0.47 |
| Hex | 32 | BF | 2F | 4A | 0 | 4B | 19 | 77 | 3D | 2F |
| Octal | 62 | 277 | 57 | 112 | 0 | 113 | 31 | 167 | 75 | 57 |
| Binary | 110010 | 10111111 | 101111 | 1001010 | 0 | 1001011 | 11001 | 1110111 | 111101 | 101111 |
Color Harmonies of #32BF2F
Complementary color
Monochromatic Colors of #32BF2F
Black with #32BF2F
Text Example
Text Example
White with #32BF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF2F; }
p { color: rgb(50,191,47); }
H1.HeaderClassName
{
color: #32BF2F;
}
.AnyTagClassName
{
color: #32BF2F;
}
</style>
background-color css
<style>
a { background-color: #32BF2F; }
a { background-color: rgb(50,191,47); }
div.DivClassName
{
background-color: #32BF2F;
}
.BgClassName
{
background-color: #32BF2F;
}
</style>
border-color css
<style>
span { border-color: #32BF2F; }
span { border-color: rgb(50,191,47); }
td.TdClassName
{
border-color: #32BF2F;
}
.TagClassName
{
border-color: #32BF2F;
}
</style>