Shades of Lime Green #32E632
Tints of Lime Green #32E632
RGB
CMYK
RGB Variations
Color information
#32E632 (or 0x32E632) is known color: Lime Green. HEX triplet: 32, E6 and 32. RGB value is (50,230,50). Sum of RGB (Red+Green+Blue) = 50+230+50=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 230 (90.23% from 255 or 69.70% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 230 - color contains mainly: green. Hex color #32E632 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E632 is #CD19CD. Grayscale: #9C9C9C. Windows color (decimal): -13441486 or 3335730. OLE color: 3335730.
HSL color Cylindrical-coordinate representation of color #32E632: hue angle of 120º 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 #32E632 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 50 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.10 |
| HSL | 120º | 0.78% | 0.55% | - |
| HSV(B) | 120º | 0.78% | 0.9% | - |
| XYZ | 30.19 | 57.5 | 12.53 | - |
| YUV | 155.66 | 68.37 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 50 | 0.78 | 0 | 0.78 | 0.10 | 120 | 0.78 | 0.55 |
| Hex | 32 | E6 | 32 | 4E | 0 | 4E | A | 78 | 4E | 37 |
| Octal | 62 | 346 | 62 | 116 | 0 | 116 | 12 | 170 | 116 | 67 |
| Binary | 110010 | 11100110 | 110010 | 1001110 | 0 | 1001110 | 1010 | 1111000 | 1001110 | 110111 |
Color Harmonies of #32E632
Complementary color
Monochromatic Colors of #32E632
Black with #32E632
Text Example
Text Example
White with #32E632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E632; }
p { color: rgb(50,230,50); }
H1.HeaderClassName
{
color: #32E632;
}
.AnyTagClassName
{
color: #32E632;
}
</style>
background-color css
<style>
a { background-color: #32E632; }
a { background-color: rgb(50,230,50); }
div.DivClassName
{
background-color: #32E632;
}
.BgClassName
{
background-color: #32E632;
}
</style>
border-color css
<style>
span { border-color: #32E632; }
span { border-color: rgb(50,230,50); }
td.TdClassName
{
border-color: #32E632;
}
.TagClassName
{
border-color: #32E632;
}
</style>