Shades of Lime Green #32EA30
Tints of Lime Green #32EA30
RGB
CMYK
RGB Variations
Color information
#32EA30 (or 0x32EA30) is known color: Lime Green. HEX triplet: 32, EA and 30. RGB value is (50,234,48). Sum of RGB (Red+Green+Blue) = 50+234+48=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 234 (91.80% from 255 or 70.48% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EA30 is #CD15CF. Grayscale: #9E9E9E. Windows color (decimal): -13440464 or 3205682. OLE color: 3205682.
HSL color Cylindrical-coordinate representation of color #32EA30: hue angle of 119.35º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EA30 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 48 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.08 |
| HSL | 119.35º | 0.82% | 0.55% | - |
| HSV(B) | 119.35º | 0.79% | 0.92% | - |
| XYZ | 31.27 | 59.74 | 12.68 | - |
| YUV | 157.78 | 66.04 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 48 | 0.79 | 0 | 0.79 | 0.08 | 119.35 | 0.82 | 0.55 |
| Hex | 32 | EA | 30 | 4F | 0 | 4F | 8 | 77 | 52 | 37 |
| Octal | 62 | 352 | 60 | 117 | 0 | 117 | 10 | 167 | 122 | 67 |
| Binary | 110010 | 11101010 | 110000 | 1001111 | 0 | 1001111 | 1000 | 1110111 | 1010010 | 110111 |
Color Harmonies of #32EA30
Complementary color
Monochromatic Colors of #32EA30
Black with #32EA30
Text Example
Text Example
White with #32EA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA30; }
p { color: rgb(50,234,48); }
H1.HeaderClassName
{
color: #32EA30;
}
.AnyTagClassName
{
color: #32EA30;
}
</style>
background-color css
<style>
a { background-color: #32EA30; }
a { background-color: rgb(50,234,48); }
div.DivClassName
{
background-color: #32EA30;
}
.BgClassName
{
background-color: #32EA30;
}
</style>
border-color css
<style>
span { border-color: #32EA30; }
span { border-color: rgb(50,234,48); }
td.TdClassName
{
border-color: #32EA30;
}
.TagClassName
{
border-color: #32EA30;
}
</style>