Shades of Lime Green #3ED022
Tints of Lime Green #3ED022
RGB
CMYK
RGB Variations
Color information
#3ED022 (or 0x3ED022) is known color: Lime Green. HEX triplet: 3E, D0 and 22. RGB value is (62,208,34). Sum of RGB (Red+Green+Blue) = 62+208+34=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED022 is #C12FDD. Grayscale: #919191. Windows color (decimal): -12660702 or 2281534. OLE color: 2281534.
HSL color Cylindrical-coordinate representation of color #3ED022: hue angle of 110.34º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3ED022 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 34 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.18 |
| HSL | 110.34º | 0.72% | 0.47% | - |
| HSV(B) | 110.34º | 0.84% | 0.82% | - |
| XYZ | 24.83 | 46.25 | 9.13 | - |
| YUV | 144.51 | 65.63 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 34 | 0.70 | 0 | 0.84 | 0.18 | 110.34 | 0.72 | 0.47 |
| Hex | 3E | D0 | 22 | 46 | 0 | 54 | 12 | 6E | 48 | 2F |
| Octal | 76 | 320 | 42 | 106 | 0 | 124 | 22 | 156 | 110 | 57 |
| Binary | 111110 | 11010000 | 100010 | 1000110 | 0 | 1010100 | 10010 | 1101110 | 1001000 | 101111 |
Color Harmonies of #3ED022
Complementary color
Monochromatic Colors of #3ED022
Black with #3ED022
Text Example
Text Example
White with #3ED022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED022; }
p { color: rgb(62,208,34); }
H1.HeaderClassName
{
color: #3ED022;
}
.AnyTagClassName
{
color: #3ED022;
}
</style>
background-color css
<style>
a { background-color: #3ED022; }
a { background-color: rgb(62,208,34); }
div.DivClassName
{
background-color: #3ED022;
}
.BgClassName
{
background-color: #3ED022;
}
</style>
border-color css
<style>
span { border-color: #3ED022; }
span { border-color: rgb(62,208,34); }
td.TdClassName
{
border-color: #3ED022;
}
.TagClassName
{
border-color: #3ED022;
}
</style>