Shades of Lime Green #32BF48
Tints of Lime Green #32BF48
RGB
CMYK
RGB Variations
Color information
#32BF48 (or 0x32BF48) is known color: Lime Green. HEX triplet: 32, BF and 48. RGB value is (50,191,72). Sum of RGB (Red+Green+Blue) = 50+191+72=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF48 is #CD40B7. Grayscale: #878787. Windows color (decimal): -13451448 or 4767538. OLE color: 4767538.
HSL color Cylindrical-coordinate representation of color #32BF48: hue angle of 129.36º 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 #32BF48 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 72 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.25 |
| HSL | 129.36º | 0.59% | 0.47% | - |
| HSV(B) | 129.36º | 0.74% | 0.75% | - |
| XYZ | 21.12 | 38.41 | 12.43 | - |
| YUV | 135.28 | 92.29 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 72 | 0.74 | 0 | 0.62 | 0.25 | 129.36 | 0.59 | 0.47 |
| Hex | 32 | BF | 48 | 4A | 0 | 3E | 19 | 81 | 3B | 2F |
| Octal | 62 | 277 | 110 | 112 | 0 | 76 | 31 | 201 | 73 | 57 |
| Binary | 110010 | 10111111 | 1001000 | 1001010 | 0 | 111110 | 11001 | 10000001 | 111011 | 101111 |
Color Harmonies of #32BF48
Complementary color
Monochromatic Colors of #32BF48
Black with #32BF48
Text Example
Text Example
White with #32BF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF48; }
p { color: rgb(50,191,72); }
H1.HeaderClassName
{
color: #32BF48;
}
.AnyTagClassName
{
color: #32BF48;
}
</style>
background-color css
<style>
a { background-color: #32BF48; }
a { background-color: rgb(50,191,72); }
div.DivClassName
{
background-color: #32BF48;
}
.BgClassName
{
background-color: #32BF48;
}
</style>
border-color css
<style>
span { border-color: #32BF48; }
span { border-color: rgb(50,191,72); }
td.TdClassName
{
border-color: #32BF48;
}
.TagClassName
{
border-color: #32BF48;
}
</style>