Shades of Lime Green #32BE22
Tints of Lime Green #32BE22
RGB
CMYK
RGB Variations
Color information
#32BE22 (or 0x32BE22) is known color: Lime Green. HEX triplet: 32, BE and 22. RGB value is (50,190,34). Sum of RGB (Red+Green+Blue) = 50+190+34=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 190 (74.61% from 255 or 69.34% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BE22 is #CD41DD. Grayscale: #828282. Windows color (decimal): -13451742 or 2276914. OLE color: 2276914.
HSL color Cylindrical-coordinate representation of color #32BE22: hue angle of 113.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32BE22 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 34 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.25 |
| HSL | 113.85º | 0.7% | 0.44% | - |
| HSV(B) | 113.85º | 0.82% | 0.75% | - |
| XYZ | 20.02 | 37.62 | 7.72 | - |
| YUV | 130.36 | 73.62 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 34 | 0.74 | 0 | 0.82 | 0.25 | 113.85 | 0.7 | 0.44 |
| Hex | 32 | BE | 22 | 4A | 0 | 52 | 19 | 72 | 46 | 2C |
| Octal | 62 | 276 | 42 | 112 | 0 | 122 | 31 | 162 | 106 | 54 |
| Binary | 110010 | 10111110 | 100010 | 1001010 | 0 | 1010010 | 11001 | 1110010 | 1000110 | 101100 |
Color Harmonies of #32BE22
Complementary color
Monochromatic Colors of #32BE22
Black with #32BE22
Text Example
Text Example
White with #32BE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE22; }
p { color: rgb(50,190,34); }
H1.HeaderClassName
{
color: #32BE22;
}
.AnyTagClassName
{
color: #32BE22;
}
</style>
background-color css
<style>
a { background-color: #32BE22; }
a { background-color: rgb(50,190,34); }
div.DivClassName
{
background-color: #32BE22;
}
.BgClassName
{
background-color: #32BE22;
}
</style>
border-color css
<style>
span { border-color: #32BE22; }
span { border-color: rgb(50,190,34); }
td.TdClassName
{
border-color: #32BE22;
}
.TagClassName
{
border-color: #32BE22;
}
</style>