Shades of Lime Green #3EEB4D
Tints of Lime Green #3EEB4D
RGB
CMYK
RGB Variations
Color information
#3EEB4D (or 0x3EEB4D) is known color: Lime Green. HEX triplet: 3E, EB and 4D. RGB value is (62,235,77). Sum of RGB (Red+Green+Blue) = 62+235+77=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 235 (92.19% from 255 or 62.83% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEB4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3EEB4D is #C114B2. Grayscale: #A5A5A5. Windows color (decimal): -12653747 or 5106494. OLE color: 5106494.
HSL color Cylindrical-coordinate representation of color #3EEB4D: hue angle of 125.2º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEB4D is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 77 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.08 |
| HSL | 125.2º | 0.81% | 0.58% | - |
| HSV(B) | 125.2º | 0.74% | 0.92% | - |
| XYZ | 33.03 | 60.98 | 17.05 | - |
| YUV | 165.26 | 78.19 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 77 | 0.74 | 0 | 0.67 | 0.08 | 125.2 | 0.81 | 0.58 |
| Hex | 3E | EB | 4D | 4A | 0 | 43 | 8 | 7D | 51 | 3A |
| Octal | 76 | 353 | 115 | 112 | 0 | 103 | 10 | 175 | 121 | 72 |
| Binary | 111110 | 11101011 | 1001101 | 1001010 | 0 | 1000011 | 1000 | 1111101 | 1010001 | 111010 |
Color Harmonies of #3EEB4D
Complementary color
Monochromatic Colors of #3EEB4D
Black with #3EEB4D
Text Example
Text Example
White with #3EEB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEB4D; }
p { color: rgb(62,235,77); }
H1.HeaderClassName
{
color: #3EEB4D;
}
.AnyTagClassName
{
color: #3EEB4D;
}
</style>
background-color css
<style>
a { background-color: #3EEB4D; }
a { background-color: rgb(62,235,77); }
div.DivClassName
{
background-color: #3EEB4D;
}
.BgClassName
{
background-color: #3EEB4D;
}
</style>
border-color css
<style>
span { border-color: #3EEB4D; }
span { border-color: rgb(62,235,77); }
td.TdClassName
{
border-color: #3EEB4D;
}
.TagClassName
{
border-color: #3EEB4D;
}
</style>