Shades of Lime Green #3EC944
Tints of Lime Green #3EC944
RGB
CMYK
RGB Variations
Color information
#3EC944 (or 0x3EC944) is known color: Lime Green. HEX triplet: 3E, C9 and 44. RGB value is (62,201,68). Sum of RGB (Red+Green+Blue) = 62+201+68=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #3EC944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC944 is #C136BB. Grayscale: #909090. Windows color (decimal): -12662460 or 4507966. OLE color: 4507966.
HSL color Cylindrical-coordinate representation of color #3EC944: hue angle of 122.59º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC944 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 201 | 68 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.21 |
| HSL | 122.59º | 0.56% | 0.52% | - |
| HSV(B) | 122.59º | 0.69% | 0.79% | - |
| XYZ | 23.92 | 43.21 | 12.55 | - |
| YUV | 144.28 | 84.95 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 201 | 68 | 0.69 | 0 | 0.66 | 0.21 | 122.59 | 0.56 | 0.52 |
| Hex | 3E | C9 | 44 | 45 | 0 | 42 | 15 | 7B | 38 | 34 |
| Octal | 76 | 311 | 104 | 105 | 0 | 102 | 25 | 173 | 70 | 64 |
| Binary | 111110 | 11001001 | 1000100 | 1000101 | 0 | 1000010 | 10101 | 1111011 | 111000 | 110100 |
Color Harmonies of #3EC944
Complementary color
Monochromatic Colors of #3EC944
Black with #3EC944
Text Example
Text Example
White with #3EC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC944; }
p { color: rgb(62,201,68); }
H1.HeaderClassName
{
color: #3EC944;
}
.AnyTagClassName
{
color: #3EC944;
}
</style>
background-color css
<style>
a { background-color: #3EC944; }
a { background-color: rgb(62,201,68); }
div.DivClassName
{
background-color: #3EC944;
}
.BgClassName
{
background-color: #3EC944;
}
</style>
border-color css
<style>
span { border-color: #3EC944; }
span { border-color: rgb(62,201,68); }
td.TdClassName
{
border-color: #3EC944;
}
.TagClassName
{
border-color: #3EC944;
}
</style>