Shades of Lime Green #3ED521
Tints of Lime Green #3ED521
RGB
CMYK
RGB Variations
Color information
#3ED521 (or 0x3ED521) is known color: Lime Green. HEX triplet: 3E, D5 and 21. RGB value is (62,213,33). Sum of RGB (Red+Green+Blue) = 62+213+33=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED521 is #C12ADE. Grayscale: #939393. Windows color (decimal): -12659423 or 2217278. OLE color: 2217278.
HSL color Cylindrical-coordinate representation of color #3ED521: hue angle of 110.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3ED521 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 213 | 33 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.16 |
| HSL | 110.33º | 0.73% | 0.48% | - |
| HSV(B) | 110.33º | 0.85% | 0.84% | - |
| XYZ | 26.06 | 48.72 | 9.47 | - |
| YUV | 147.33 | 63.47 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 213 | 33 | 0.71 | 0 | 0.85 | 0.16 | 110.33 | 0.73 | 0.48 |
| Hex | 3E | D5 | 21 | 47 | 0 | 55 | 10 | 6E | 49 | 30 |
| Octal | 76 | 325 | 41 | 107 | 0 | 125 | 20 | 156 | 111 | 60 |
| Binary | 111110 | 11010101 | 100001 | 1000111 | 0 | 1010101 | 10000 | 1101110 | 1001001 | 110000 |
Color Harmonies of #3ED521
Complementary color
Monochromatic Colors of #3ED521
Black with #3ED521
Text Example
Text Example
White with #3ED521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED521; }
p { color: rgb(62,213,33); }
H1.HeaderClassName
{
color: #3ED521;
}
.AnyTagClassName
{
color: #3ED521;
}
</style>
background-color css
<style>
a { background-color: #3ED521; }
a { background-color: rgb(62,213,33); }
div.DivClassName
{
background-color: #3ED521;
}
.BgClassName
{
background-color: #3ED521;
}
</style>
border-color css
<style>
span { border-color: #3ED521; }
span { border-color: rgb(62,213,33); }
td.TdClassName
{
border-color: #3ED521;
}
.TagClassName
{
border-color: #3ED521;
}
</style>