Shades of Lime Green #3ED345
Tints of Lime Green #3ED345
RGB
CMYK
RGB Variations
Color information
#3ED345 (or 0x3ED345) is known color: Lime Green. HEX triplet: 3E, D3 and 45. RGB value is (62,211,69). Sum of RGB (Red+Green+Blue) = 62+211+69=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #3ED345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED345 is #C12CBA. Grayscale: #969696. Windows color (decimal): -12659899 or 4576062. OLE color: 4576062.
HSL color Cylindrical-coordinate representation of color #3ED345: hue angle of 122.82º 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 #3ED345 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 62 | 211 | 69 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.17 |
| HSL | 122.82º | 0.63% | 0.54% | - |
| HSV(B) | 122.82º | 0.71% | 0.83% | - |
| XYZ | 26.36 | 48.04 | 13.51 | - |
| YUV | 150.26 | 82.14 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 211 | 69 | 0.71 | 0 | 0.67 | 0.17 | 122.82 | 0.63 | 0.54 |
| Hex | 3E | D3 | 45 | 47 | 0 | 43 | 11 | 7B | 3F | 36 |
| Octal | 76 | 323 | 105 | 107 | 0 | 103 | 21 | 173 | 77 | 66 |
| Binary | 111110 | 11010011 | 1000101 | 1000111 | 0 | 1000011 | 10001 | 1111011 | 111111 | 110110 |
Color Harmonies of #3ED345
Complementary color
Monochromatic Colors of #3ED345
Black with #3ED345
Text Example
Text Example
White with #3ED345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED345; }
p { color: rgb(62,211,69); }
H1.HeaderClassName
{
color: #3ED345;
}
.AnyTagClassName
{
color: #3ED345;
}
</style>
background-color css
<style>
a { background-color: #3ED345; }
a { background-color: rgb(62,211,69); }
div.DivClassName
{
background-color: #3ED345;
}
.BgClassName
{
background-color: #3ED345;
}
</style>
border-color css
<style>
span { border-color: #3ED345; }
span { border-color: rgb(62,211,69); }
td.TdClassName
{
border-color: #3ED345;
}
.TagClassName
{
border-color: #3ED345;
}
</style>