Shades of Lime Green #3ED71A
Tints of Lime Green #3ED71A
RGB
CMYK
RGB Variations
Color information
#3ED71A (or 0x3ED71A) is known color: Lime Green. HEX triplet: 3E, D7 and 1A. RGB value is (62,215,26). Sum of RGB (Red+Green+Blue) = 62+215+26=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 215 (84.38% from 255 or 70.96% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 215 - color contains mainly: green. Hex color #3ED71A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED71A is #C128E5. Grayscale: #949494. Windows color (decimal): -12658918 or 1759038. OLE color: 1759038.
HSL color Cylindrical-coordinate representation of color #3ED71A: hue angle of 108.57º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3ED71A is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 215 | 26 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.16 |
| HSL | 108.57º | 0.78% | 0.47% | - |
| HSV(B) | 108.57º | 0.88% | 0.84% | - |
| XYZ | 26.47 | 49.7 | 9.17 | - |
| YUV | 147.71 | 59.31 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 215 | 26 | 0.71 | 0 | 0.88 | 0.16 | 108.57 | 0.78 | 0.47 |
| Hex | 3E | D7 | 1A | 47 | 0 | 58 | 10 | 6D | 4E | 2F |
| Octal | 76 | 327 | 32 | 107 | 0 | 130 | 20 | 155 | 116 | 57 |
| Binary | 111110 | 11010111 | 11010 | 1000111 | 0 | 1011000 | 10000 | 1101101 | 1001110 | 101111 |
Color Harmonies of #3ED71A
Complementary color
Monochromatic Colors of #3ED71A
Black with #3ED71A
Text Example
Text Example
White with #3ED71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED71A; }
p { color: rgb(62,215,26); }
H1.HeaderClassName
{
color: #3ED71A;
}
.AnyTagClassName
{
color: #3ED71A;
}
</style>
background-color css
<style>
a { background-color: #3ED71A; }
a { background-color: rgb(62,215,26); }
div.DivClassName
{
background-color: #3ED71A;
}
.BgClassName
{
background-color: #3ED71A;
}
</style>
border-color css
<style>
span { border-color: #3ED71A; }
span { border-color: rgb(62,215,26); }
td.TdClassName
{
border-color: #3ED71A;
}
.TagClassName
{
border-color: #3ED71A;
}
</style>