Shades of Lime Green #32E638
Tints of Lime Green #32E638
RGB
CMYK
RGB Variations
Color information
#32E638 (or 0x32E638) is known color: Lime Green. HEX triplet: 32, E6 and 38. RGB value is (50,230,56). Sum of RGB (Red+Green+Blue) = 50+230+56=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 230 (90.23% from 255 or 68.45% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 230 - color contains mainly: green. Hex color #32E638 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E638 is #CD19C7. Grayscale: #9C9C9C. Windows color (decimal): -13441480 or 3728946. OLE color: 3728946.
HSL color Cylindrical-coordinate representation of color #32E638: hue angle of 122º 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 #32E638 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 56 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.10 |
| HSL | 122º | 0.78% | 0.55% | - |
| HSV(B) | 122º | 0.78% | 0.9% | - |
| XYZ | 30.33 | 57.56 | 13.25 | - |
| YUV | 156.34 | 71.37 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 56 | 0.78 | 0 | 0.76 | 0.10 | 122 | 0.78 | 0.55 |
| Hex | 32 | E6 | 38 | 4E | 0 | 4C | A | 7A | 4E | 37 |
| Octal | 62 | 346 | 70 | 116 | 0 | 114 | 12 | 172 | 116 | 67 |
| Binary | 110010 | 11100110 | 111000 | 1001110 | 0 | 1001100 | 1010 | 1111010 | 1001110 | 110111 |
Color Harmonies of #32E638
Complementary color
Monochromatic Colors of #32E638
Black with #32E638
Text Example
Text Example
White with #32E638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E638; }
p { color: rgb(50,230,56); }
H1.HeaderClassName
{
color: #32E638;
}
.AnyTagClassName
{
color: #32E638;
}
</style>
background-color css
<style>
a { background-color: #32E638; }
a { background-color: rgb(50,230,56); }
div.DivClassName
{
background-color: #32E638;
}
.BgClassName
{
background-color: #32E638;
}
</style>
border-color css
<style>
span { border-color: #32E638; }
span { border-color: rgb(50,230,56); }
td.TdClassName
{
border-color: #32E638;
}
.TagClassName
{
border-color: #32E638;
}
</style>