Shades of Lime Green #32E63E
Tints of Lime Green #32E63E
RGB
CMYK
RGB Variations
Color information
#32E63E (or 0x32E63E) is known color: Lime Green. HEX triplet: 32, E6 and 3E. RGB value is (50,230,62). Sum of RGB (Red+Green+Blue) = 50+230+62=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 230 (90.23% from 255 or 67.25% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 230 - color contains mainly: green. Hex color #32E63E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E63E is #CD19C1. Grayscale: #9D9D9D. Windows color (decimal): -13441474 or 4122162. OLE color: 4122162.
HSL color Cylindrical-coordinate representation of color #32E63E: hue angle of 124º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E63E is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 62 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.10 |
| HSL | 124º | 0.78% | 0.55% | - |
| HSV(B) | 124º | 0.78% | 0.9% | - |
| XYZ | 30.48 | 57.62 | 14.07 | - |
| YUV | 157.03 | 74.37 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 62 | 0.78 | 0 | 0.73 | 0.10 | 124 | 0.78 | 0.55 |
| Hex | 32 | E6 | 3E | 4E | 0 | 49 | A | 7C | 4E | 37 |
| Octal | 62 | 346 | 76 | 116 | 0 | 111 | 12 | 174 | 116 | 67 |
| Binary | 110010 | 11100110 | 111110 | 1001110 | 0 | 1001001 | 1010 | 1111100 | 1001110 | 110111 |
Color Harmonies of #32E63E
Complementary color
Monochromatic Colors of #32E63E
Black with #32E63E
Text Example
Text Example
White with #32E63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E63E; }
p { color: rgb(50,230,62); }
H1.HeaderClassName
{
color: #32E63E;
}
.AnyTagClassName
{
color: #32E63E;
}
</style>
background-color css
<style>
a { background-color: #32E63E; }
a { background-color: rgb(50,230,62); }
div.DivClassName
{
background-color: #32E63E;
}
.BgClassName
{
background-color: #32E63E;
}
</style>
border-color css
<style>
span { border-color: #32E63E; }
span { border-color: rgb(50,230,62); }
td.TdClassName
{
border-color: #32E63E;
}
.TagClassName
{
border-color: #32E63E;
}
</style>