Shades of Lime Green #3EE33D
Tints of Lime Green #3EE33D
RGB
CMYK
RGB Variations
Color information
#3EE33D (or 0x3EE33D) is known color: Lime Green. HEX triplet: 3E, E3 and 3D. RGB value is (62,227,61). Sum of RGB (Red+Green+Blue) = 62+227+61=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 227 (89.06% from 255 or 64.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE33D is #C11CC2. Grayscale: #9F9F9F. Windows color (decimal): -12655811 or 4055870. OLE color: 4055870.
HSL color Cylindrical-coordinate representation of color #3EE33D: hue angle of 119.64º degrees, saturation: 0.75, 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 #3EE33D is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 227 | 61 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.11 |
| HSL | 119.64º | 0.75% | 0.56% | - |
| HSV(B) | 119.64º | 0.73% | 0.89% | - |
| XYZ | 30.3 | 56.3 | 13.68 | - |
| YUV | 158.74 | 72.84 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 227 | 61 | 0.73 | 0 | 0.73 | 0.11 | 119.64 | 0.75 | 0.56 |
| Hex | 3E | E3 | 3D | 49 | 0 | 49 | B | 78 | 4B | 38 |
| Octal | 76 | 343 | 75 | 111 | 0 | 111 | 13 | 170 | 113 | 70 |
| Binary | 111110 | 11100011 | 111101 | 1001001 | 0 | 1001001 | 1011 | 1111000 | 1001011 | 111000 |
Color Harmonies of #3EE33D
Complementary color
Monochromatic Colors of #3EE33D
Black with #3EE33D
Text Example
Text Example
White with #3EE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE33D; }
p { color: rgb(62,227,61); }
H1.HeaderClassName
{
color: #3EE33D;
}
.AnyTagClassName
{
color: #3EE33D;
}
</style>
background-color css
<style>
a { background-color: #3EE33D; }
a { background-color: rgb(62,227,61); }
div.DivClassName
{
background-color: #3EE33D;
}
.BgClassName
{
background-color: #3EE33D;
}
</style>
border-color css
<style>
span { border-color: #3EE33D; }
span { border-color: rgb(62,227,61); }
td.TdClassName
{
border-color: #3EE33D;
}
.TagClassName
{
border-color: #3EE33D;
}
</style>