Shades of Lime Green #3ED043
Tints of Lime Green #3ED043
RGB
CMYK
RGB Variations
Color information
#3ED043 (or 0x3ED043) is known color: Lime Green. HEX triplet: 3E, D0 and 43. RGB value is (62,208,67). Sum of RGB (Red+Green+Blue) = 62+208+67=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED043 is #C12FBC. Grayscale: #949494. Windows color (decimal): -12660669 or 4444222. OLE color: 4444222.
HSL color Cylindrical-coordinate representation of color #3ED043: hue angle of 122.05º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED043 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 67 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.18 |
| HSL | 122.05º | 0.61% | 0.53% | - |
| HSV(B) | 122.05º | 0.7% | 0.82% | - |
| XYZ | 25.56 | 46.54 | 12.95 | - |
| YUV | 148.27 | 82.13 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 67 | 0.70 | 0 | 0.68 | 0.18 | 122.05 | 0.61 | 0.53 |
| Hex | 3E | D0 | 43 | 46 | 0 | 44 | 12 | 7A | 3D | 35 |
| Octal | 76 | 320 | 103 | 106 | 0 | 104 | 22 | 172 | 75 | 65 |
| Binary | 111110 | 11010000 | 1000011 | 1000110 | 0 | 1000100 | 10010 | 1111010 | 111101 | 110101 |
Color Harmonies of #3ED043
Complementary color
Monochromatic Colors of #3ED043
Black with #3ED043
Text Example
Text Example
White with #3ED043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED043; }
p { color: rgb(62,208,67); }
H1.HeaderClassName
{
color: #3ED043;
}
.AnyTagClassName
{
color: #3ED043;
}
</style>
background-color css
<style>
a { background-color: #3ED043; }
a { background-color: rgb(62,208,67); }
div.DivClassName
{
background-color: #3ED043;
}
.BgClassName
{
background-color: #3ED043;
}
</style>
border-color css
<style>
span { border-color: #3ED043; }
span { border-color: rgb(62,208,67); }
td.TdClassName
{
border-color: #3ED043;
}
.TagClassName
{
border-color: #3ED043;
}
</style>