Shades of Lime Green #3ED92A
Tints of Lime Green #3ED92A
RGB
CMYK
RGB Variations
Color information
#3ED92A (or 0x3ED92A) is known color: Lime Green. HEX triplet: 3E, D9 and 2A. RGB value is (62,217,42). Sum of RGB (Red+Green+Blue) = 62+217+42=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 217 (85.16% from 255 or 67.60% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 217 - color contains mainly: green. Hex color #3ED92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED92A is #C126D5. Grayscale: #979797. Windows color (decimal): -12658390 or 2808126. OLE color: 2808126.
HSL color Cylindrical-coordinate representation of color #3ED92A: hue angle of 113.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3ED92A is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 217 | 42 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.15 |
| HSL | 113.14º | 0.7% | 0.51% | - |
| HSV(B) | 113.14º | 0.81% | 0.85% | - |
| XYZ | 27.22 | 50.82 | 10.56 | - |
| YUV | 150.71 | 66.65 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 217 | 42 | 0.71 | 0 | 0.81 | 0.15 | 113.14 | 0.7 | 0.51 |
| Hex | 3E | D9 | 2A | 47 | 0 | 51 | F | 71 | 46 | 33 |
| Octal | 76 | 331 | 52 | 107 | 0 | 121 | 17 | 161 | 106 | 63 |
| Binary | 111110 | 11011001 | 101010 | 1000111 | 0 | 1010001 | 1111 | 1110001 | 1000110 | 110011 |
Color Harmonies of #3ED92A
Complementary color
Monochromatic Colors of #3ED92A
Black with #3ED92A
Text Example
Text Example
White with #3ED92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED92A; }
p { color: rgb(62,217,42); }
H1.HeaderClassName
{
color: #3ED92A;
}
.AnyTagClassName
{
color: #3ED92A;
}
</style>
background-color css
<style>
a { background-color: #3ED92A; }
a { background-color: rgb(62,217,42); }
div.DivClassName
{
background-color: #3ED92A;
}
.BgClassName
{
background-color: #3ED92A;
}
</style>
border-color css
<style>
span { border-color: #3ED92A; }
span { border-color: rgb(62,217,42); }
td.TdClassName
{
border-color: #3ED92A;
}
.TagClassName
{
border-color: #3ED92A;
}
</style>