Shades of Lime Green #32BE40
Tints of Lime Green #32BE40
RGB
CMYK
RGB Variations
Color information
#32BE40 (or 0x32BE40) is known color: Lime Green. HEX triplet: 32, BE and 40. RGB value is (50,190,64). Sum of RGB (Red+Green+Blue) = 50+190+64=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 190 (74.61% from 255 or 62.5% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BE40 is #CD41BF. Grayscale: #868686. Windows color (decimal): -13451712 or 4242994. OLE color: 4242994.
HSL color Cylindrical-coordinate representation of color #32BE40: hue angle of 126º degrees, saturation: 0.58, 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 #32BE40 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 64 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.25 |
| HSL | 126º | 0.58% | 0.47% | - |
| HSV(B) | 126º | 0.74% | 0.75% | - |
| XYZ | 20.65 | 37.88 | 11.07 | - |
| YUV | 133.78 | 88.62 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 64 | 0.74 | 0 | 0.66 | 0.25 | 126 | 0.58 | 0.47 |
| Hex | 32 | BE | 40 | 4A | 0 | 42 | 19 | 7E | 3A | 2F |
| Octal | 62 | 276 | 100 | 112 | 0 | 102 | 31 | 176 | 72 | 57 |
| Binary | 110010 | 10111110 | 1000000 | 1001010 | 0 | 1000010 | 11001 | 1111110 | 111010 | 101111 |
Color Harmonies of #32BE40
Complementary color
Monochromatic Colors of #32BE40
Black with #32BE40
Text Example
Text Example
White with #32BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE40; }
p { color: rgb(50,190,64); }
H1.HeaderClassName
{
color: #32BE40;
}
.AnyTagClassName
{
color: #32BE40;
}
</style>
background-color css
<style>
a { background-color: #32BE40; }
a { background-color: rgb(50,190,64); }
div.DivClassName
{
background-color: #32BE40;
}
.BgClassName
{
background-color: #32BE40;
}
</style>
border-color css
<style>
span { border-color: #32BE40; }
span { border-color: rgb(50,190,64); }
td.TdClassName
{
border-color: #32BE40;
}
.TagClassName
{
border-color: #32BE40;
}
</style>