Shades of Lime Green #32E030
Tints of Lime Green #32E030
RGB
CMYK
RGB Variations
Color information
#32E030 (or 0x32E030) is known color: Lime Green. HEX triplet: 32, E0 and 30. RGB value is (50,224,48). Sum of RGB (Red+Green+Blue) = 50+224+48=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 224 (87.89% from 255 or 69.57% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 224 - color contains mainly: green. Hex color #32E030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E030 is #CD1FCF. Grayscale: #989898. Windows color (decimal): -13443024 or 3203122. OLE color: 3203122.
HSL color Cylindrical-coordinate representation of color #32E030: hue angle of 119.32º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E030 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 48 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.12 |
| HSL | 119.32º | 0.74% | 0.53% | - |
| HSV(B) | 119.32º | 0.79% | 0.88% | - |
| XYZ | 28.5 | 54.2 | 11.76 | - |
| YUV | 151.91 | 69.35 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 48 | 0.78 | 0 | 0.79 | 0.12 | 119.32 | 0.74 | 0.53 |
| Hex | 32 | E0 | 30 | 4E | 0 | 4F | C | 77 | 4A | 35 |
| Octal | 62 | 340 | 60 | 116 | 0 | 117 | 14 | 167 | 112 | 65 |
| Binary | 110010 | 11100000 | 110000 | 1001110 | 0 | 1001111 | 1100 | 1110111 | 1001010 | 110101 |
Color Harmonies of #32E030
Complementary color
Monochromatic Colors of #32E030
Black with #32E030
Text Example
Text Example
White with #32E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E030; }
p { color: rgb(50,224,48); }
H1.HeaderClassName
{
color: #32E030;
}
.AnyTagClassName
{
color: #32E030;
}
</style>
background-color css
<style>
a { background-color: #32E030; }
a { background-color: rgb(50,224,48); }
div.DivClassName
{
background-color: #32E030;
}
.BgClassName
{
background-color: #32E030;
}
</style>
border-color css
<style>
span { border-color: #32E030; }
span { border-color: rgb(50,224,48); }
td.TdClassName
{
border-color: #32E030;
}
.TagClassName
{
border-color: #32E030;
}
</style>