Shades of Lime Green #3ED53B
Tints of Lime Green #3ED53B
RGB
CMYK
RGB Variations
Color information
#3ED53B (or 0x3ED53B) is known color: Lime Green. HEX triplet: 3E, D5 and 3B. RGB value is (62,213,59). Sum of RGB (Red+Green+Blue) = 62+213+59=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED53B is #C12AC4. Grayscale: #969696. Windows color (decimal): -12659397 or 3921214. OLE color: 3921214.
HSL color Cylindrical-coordinate representation of color #3ED53B: hue angle of 118.83º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ED53B is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 213 | 59 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.16 |
| HSL | 118.83º | 0.65% | 0.53% | - |
| HSV(B) | 118.83º | 0.72% | 0.84% | - |
| XYZ | 26.57 | 48.93 | 12.18 | - |
| YUV | 150.3 | 76.47 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 213 | 59 | 0.71 | 0 | 0.72 | 0.16 | 118.83 | 0.65 | 0.53 |
| Hex | 3E | D5 | 3B | 47 | 0 | 48 | 10 | 77 | 41 | 35 |
| Octal | 76 | 325 | 73 | 107 | 0 | 110 | 20 | 167 | 101 | 65 |
| Binary | 111110 | 11010101 | 111011 | 1000111 | 0 | 1001000 | 10000 | 1110111 | 1000001 | 110101 |
Color Harmonies of #3ED53B
Complementary color
Monochromatic Colors of #3ED53B
Black with #3ED53B
Text Example
Text Example
White with #3ED53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED53B; }
p { color: rgb(62,213,59); }
H1.HeaderClassName
{
color: #3ED53B;
}
.AnyTagClassName
{
color: #3ED53B;
}
</style>
background-color css
<style>
a { background-color: #3ED53B; }
a { background-color: rgb(62,213,59); }
div.DivClassName
{
background-color: #3ED53B;
}
.BgClassName
{
background-color: #3ED53B;
}
</style>
border-color css
<style>
span { border-color: #3ED53B; }
span { border-color: rgb(62,213,59); }
td.TdClassName
{
border-color: #3ED53B;
}
.TagClassName
{
border-color: #3ED53B;
}
</style>