Shades of Lime Green #32ED3B
Tints of Lime Green #32ED3B
RGB
CMYK
RGB Variations
Color information
#32ED3B (or 0x32ED3B) is known color: Lime Green. HEX triplet: 32, ED and 3B. RGB value is (50,237,59). Sum of RGB (Red+Green+Blue) = 50+237+59=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 237 (92.97% from 255 or 68.50% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 237 - color contains mainly: green. Hex color #32ED3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32ED3B is #CD12C4. Grayscale: #A1A1A1. Windows color (decimal): -13439685 or 3927346. OLE color: 3927346.
HSL color Cylindrical-coordinate representation of color #32ED3B: hue angle of 122.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ED3B is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 59 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.07 |
| HSL | 122.89º | 0.84% | 0.56% | - |
| HSV(B) | 122.89º | 0.79% | 0.93% | - |
| XYZ | 32.39 | 61.56 | 14.31 | - |
| YUV | 160.8 | 70.55 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 59 | 0.79 | 0 | 0.75 | 0.07 | 122.89 | 0.84 | 0.56 |
| Hex | 32 | ED | 3B | 4F | 0 | 4B | 7 | 7B | 54 | 38 |
| Octal | 62 | 355 | 73 | 117 | 0 | 113 | 7 | 173 | 124 | 70 |
| Binary | 110010 | 11101101 | 111011 | 1001111 | 0 | 1001011 | 111 | 1111011 | 1010100 | 111000 |
Color Harmonies of #32ED3B
Complementary color
Monochromatic Colors of #32ED3B
Black with #32ED3B
Text Example
Text Example
White with #32ED3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ED3B; }
p { color: rgb(50,237,59); }
H1.HeaderClassName
{
color: #32ED3B;
}
.AnyTagClassName
{
color: #32ED3B;
}
</style>
background-color css
<style>
a { background-color: #32ED3B; }
a { background-color: rgb(50,237,59); }
div.DivClassName
{
background-color: #32ED3B;
}
.BgClassName
{
background-color: #32ED3B;
}
</style>
border-color css
<style>
span { border-color: #32ED3B; }
span { border-color: rgb(50,237,59); }
td.TdClassName
{
border-color: #32ED3B;
}
.TagClassName
{
border-color: #32ED3B;
}
</style>