Shades of Lime Green #3EDE44
Tints of Lime Green #3EDE44
RGB
CMYK
RGB Variations
Color information
#3EDE44 (or 0x3EDE44) is known color: Lime Green. HEX triplet: 3E, DE and 44. RGB value is (62,222,68). Sum of RGB (Red+Green+Blue) = 62+222+68=352 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.61% from 352); Green value is 222 (87.11% from 255 or 63.07% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDE44 is #C121BB. Grayscale: #9D9D9D. Windows color (decimal): -12657084 or 4513342. OLE color: 4513342.
HSL color Cylindrical-coordinate representation of color #3EDE44: hue angle of 122.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDE44 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 68 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.13 |
| HSL | 122.25º | 0.71% | 0.56% | - |
| HSV(B) | 122.25º | 0.72% | 0.87% | - |
| XYZ | 29.15 | 53.68 | 14.29 | - |
| YUV | 156.6 | 77.99 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 68 | 0.72 | 0 | 0.69 | 0.13 | 122.25 | 0.71 | 0.56 |
| Hex | 3E | DE | 44 | 48 | 0 | 45 | D | 7A | 47 | 38 |
| Octal | 76 | 336 | 104 | 110 | 0 | 105 | 15 | 172 | 107 | 70 |
| Binary | 111110 | 11011110 | 1000100 | 1001000 | 0 | 1000101 | 1101 | 1111010 | 1000111 | 111000 |
Color Harmonies of #3EDE44
Complementary color
Monochromatic Colors of #3EDE44
Black with #3EDE44
Text Example
Text Example
White with #3EDE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE44; }
p { color: rgb(62,222,68); }
H1.HeaderClassName
{
color: #3EDE44;
}
.AnyTagClassName
{
color: #3EDE44;
}
</style>
background-color css
<style>
a { background-color: #3EDE44; }
a { background-color: rgb(62,222,68); }
div.DivClassName
{
background-color: #3EDE44;
}
.BgClassName
{
background-color: #3EDE44;
}
</style>
border-color css
<style>
span { border-color: #3EDE44; }
span { border-color: rgb(62,222,68); }
td.TdClassName
{
border-color: #3EDE44;
}
.TagClassName
{
border-color: #3EDE44;
}
</style>