Shades of Lime Green #32BF45
Tints of Lime Green #32BF45
RGB
CMYK
RGB Variations
Color information
#32BF45 (or 0x32BF45) is known color: Lime Green. HEX triplet: 32, BF and 45. RGB value is (50,191,69). Sum of RGB (Red+Green+Blue) = 50+191+69=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF45 is #CD40BA. Grayscale: #878787. Windows color (decimal): -13451451 or 4570930. OLE color: 4570930.
HSL color Cylindrical-coordinate representation of color #32BF45: hue angle of 128.09º 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 #32BF45 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 69 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.25 |
| HSL | 128.09º | 0.59% | 0.47% | - |
| HSV(B) | 128.09º | 0.74% | 0.75% | - |
| XYZ | 21.02 | 38.37 | 11.93 | - |
| YUV | 134.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 69 | 0.74 | 0 | 0.64 | 0.25 | 128.09 | 0.59 | 0.47 |
| Hex | 32 | BF | 45 | 4A | 0 | 40 | 19 | 80 | 3B | 2F |
| Octal | 62 | 277 | 105 | 112 | 0 | 100 | 31 | 200 | 73 | 57 |
| Binary | 110010 | 10111111 | 1000101 | 1001010 | 0 | 1000000 | 11001 | 10000000 | 111011 | 101111 |
Color Harmonies of #32BF45
Complementary color
Monochromatic Colors of #32BF45
Black with #32BF45
Text Example
Text Example
White with #32BF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF45; }
p { color: rgb(50,191,69); }
H1.HeaderClassName
{
color: #32BF45;
}
.AnyTagClassName
{
color: #32BF45;
}
</style>
background-color css
<style>
a { background-color: #32BF45; }
a { background-color: rgb(50,191,69); }
div.DivClassName
{
background-color: #32BF45;
}
.BgClassName
{
background-color: #32BF45;
}
</style>
border-color css
<style>
span { border-color: #32BF45; }
span { border-color: rgb(50,191,69); }
td.TdClassName
{
border-color: #32BF45;
}
.TagClassName
{
border-color: #32BF45;
}
</style>