Shades of Lime Green #3ED349
Tints of Lime Green #3ED349
RGB
CMYK
RGB Variations
Color information
#3ED349 (or 0x3ED349) is known color: Lime Green. HEX triplet: 3E, D3 and 49. RGB value is (62,211,73). Sum of RGB (Red+Green+Blue) = 62+211+73=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 211 (82.81% from 255 or 60.98% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 211 - color contains mainly: green. Hex color #3ED349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED349 is #C12CB6. Grayscale: #979797. Windows color (decimal): -12659895 or 4838206. OLE color: 4838206.
HSL color Cylindrical-coordinate representation of color #3ED349: hue angle of 124.43º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED349 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 62 | 211 | 73 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.17 |
| HSL | 124.43º | 0.63% | 0.54% | - |
| HSV(B) | 124.43º | 0.71% | 0.83% | - |
| XYZ | 26.48 | 48.09 | 14.19 | - |
| YUV | 150.72 | 84.14 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 211 | 73 | 0.71 | 0 | 0.65 | 0.17 | 124.43 | 0.63 | 0.54 |
| Hex | 3E | D3 | 49 | 47 | 0 | 41 | 11 | 7C | 3F | 36 |
| Octal | 76 | 323 | 111 | 107 | 0 | 101 | 21 | 174 | 77 | 66 |
| Binary | 111110 | 11010011 | 1001001 | 1000111 | 0 | 1000001 | 10001 | 1111100 | 111111 | 110110 |
Color Harmonies of #3ED349
Complementary color
Monochromatic Colors of #3ED349
Black with #3ED349
Text Example
Text Example
White with #3ED349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED349; }
p { color: rgb(62,211,73); }
H1.HeaderClassName
{
color: #3ED349;
}
.AnyTagClassName
{
color: #3ED349;
}
</style>
background-color css
<style>
a { background-color: #3ED349; }
a { background-color: rgb(62,211,73); }
div.DivClassName
{
background-color: #3ED349;
}
.BgClassName
{
background-color: #3ED349;
}
</style>
border-color css
<style>
span { border-color: #3ED349; }
span { border-color: rgb(62,211,73); }
td.TdClassName
{
border-color: #3ED349;
}
.TagClassName
{
border-color: #3ED349;
}
</style>