Shades of Lime Green #3EE23D
Tints of Lime Green #3EE23D
RGB
CMYK
RGB Variations
Color information
#3EE23D (or 0x3EE23D) is known color: Lime Green. HEX triplet: 3E, E2 and 3D. RGB value is (62,226,61). Sum of RGB (Red+Green+Blue) = 62+226+61=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 226 (88.67% from 255 or 64.76% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE23D is #C11DC2. Grayscale: #9E9E9E. Windows color (decimal): -12656067 or 4055614. OLE color: 4055614.
HSL color Cylindrical-coordinate representation of color #3EE23D: hue angle of 119.64º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE23D is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 226 | 61 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.11 |
| HSL | 119.64º | 0.74% | 0.56% | - |
| HSV(B) | 119.64º | 0.73% | 0.89% | - |
| XYZ | 30.03 | 55.75 | 13.59 | - |
| YUV | 158.15 | 73.17 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 226 | 61 | 0.73 | 0 | 0.73 | 0.11 | 119.64 | 0.74 | 0.56 |
| Hex | 3E | E2 | 3D | 49 | 0 | 49 | B | 78 | 4A | 38 |
| Octal | 76 | 342 | 75 | 111 | 0 | 111 | 13 | 170 | 112 | 70 |
| Binary | 111110 | 11100010 | 111101 | 1001001 | 0 | 1001001 | 1011 | 1111000 | 1001010 | 111000 |
Color Harmonies of #3EE23D
Complementary color
Monochromatic Colors of #3EE23D
Black with #3EE23D
Text Example
Text Example
White with #3EE23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE23D; }
p { color: rgb(62,226,61); }
H1.HeaderClassName
{
color: #3EE23D;
}
.AnyTagClassName
{
color: #3EE23D;
}
</style>
background-color css
<style>
a { background-color: #3EE23D; }
a { background-color: rgb(62,226,61); }
div.DivClassName
{
background-color: #3EE23D;
}
.BgClassName
{
background-color: #3EE23D;
}
</style>
border-color css
<style>
span { border-color: #3EE23D; }
span { border-color: rgb(62,226,61); }
td.TdClassName
{
border-color: #3EE23D;
}
.TagClassName
{
border-color: #3EE23D;
}
</style>