Shades of Lime Green #3EDE3D
Tints of Lime Green #3EDE3D
RGB
CMYK
RGB Variations
Color information
#3EDE3D (or 0x3EDE3D) is known color: Lime Green. HEX triplet: 3E, DE and 3D. RGB value is (62,222,61). Sum of RGB (Red+Green+Blue) = 62+222+61=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 222 (87.11% from 255 or 64.35% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDE3D is #C121C2. Grayscale: #9C9C9C. Windows color (decimal): -12657091 or 4054590. OLE color: 4054590.
HSL color Cylindrical-coordinate representation of color #3EDE3D: hue angle of 119.63º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EDE3D is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 61 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.13 |
| HSL | 119.63º | 0.71% | 0.55% | - |
| HSV(B) | 119.63º | 0.73% | 0.87% | - |
| XYZ | 28.95 | 53.6 | 13.24 | - |
| YUV | 155.81 | 74.49 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 61 | 0.72 | 0 | 0.73 | 0.13 | 119.63 | 0.71 | 0.55 |
| Hex | 3E | DE | 3D | 48 | 0 | 49 | D | 78 | 47 | 37 |
| Octal | 76 | 336 | 75 | 110 | 0 | 111 | 15 | 170 | 107 | 67 |
| Binary | 111110 | 11011110 | 111101 | 1001000 | 0 | 1001001 | 1101 | 1111000 | 1000111 | 110111 |
Color Harmonies of #3EDE3D
Complementary color
Monochromatic Colors of #3EDE3D
Black with #3EDE3D
Text Example
Text Example
White with #3EDE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE3D; }
p { color: rgb(62,222,61); }
H1.HeaderClassName
{
color: #3EDE3D;
}
.AnyTagClassName
{
color: #3EDE3D;
}
</style>
background-color css
<style>
a { background-color: #3EDE3D; }
a { background-color: rgb(62,222,61); }
div.DivClassName
{
background-color: #3EDE3D;
}
.BgClassName
{
background-color: #3EDE3D;
}
</style>
border-color css
<style>
span { border-color: #3EDE3D; }
span { border-color: rgb(62,222,61); }
td.TdClassName
{
border-color: #3EDE3D;
}
.TagClassName
{
border-color: #3EDE3D;
}
</style>