Shades of Lime Green #3EC945
Tints of Lime Green #3EC945
RGB
CMYK
RGB Variations
Color information
#3EC945 (or 0x3EC945) is known color: Lime Green. HEX triplet: 3E, C9 and 45. RGB value is (62,201,69). Sum of RGB (Red+Green+Blue) = 62+201+69=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #3EC945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC945 is #C136BA. Grayscale: #909090. Windows color (decimal): -12662459 or 4573502. OLE color: 4573502.
HSL color Cylindrical-coordinate representation of color #3EC945: hue angle of 123.02º 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 #3EC945 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 201 | 69 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.21 |
| HSL | 123.02º | 0.56% | 0.52% | - |
| HSV(B) | 123.02º | 0.69% | 0.79% | - |
| XYZ | 23.95 | 43.23 | 12.71 | - |
| YUV | 144.39 | 85.45 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 201 | 69 | 0.69 | 0 | 0.66 | 0.21 | 123.02 | 0.56 | 0.52 |
| Hex | 3E | C9 | 45 | 45 | 0 | 42 | 15 | 7B | 38 | 34 |
| Octal | 76 | 311 | 105 | 105 | 0 | 102 | 25 | 173 | 70 | 64 |
| Binary | 111110 | 11001001 | 1000101 | 1000101 | 0 | 1000010 | 10101 | 1111011 | 111000 | 110100 |
Color Harmonies of #3EC945
Complementary color
Monochromatic Colors of #3EC945
Black with #3EC945
Text Example
Text Example
White with #3EC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC945; }
p { color: rgb(62,201,69); }
H1.HeaderClassName
{
color: #3EC945;
}
.AnyTagClassName
{
color: #3EC945;
}
</style>
background-color css
<style>
a { background-color: #3EC945; }
a { background-color: rgb(62,201,69); }
div.DivClassName
{
background-color: #3EC945;
}
.BgClassName
{
background-color: #3EC945;
}
</style>
border-color css
<style>
span { border-color: #3EC945; }
span { border-color: rgb(62,201,69); }
td.TdClassName
{
border-color: #3EC945;
}
.TagClassName
{
border-color: #3EC945;
}
</style>