Shades of Lime Green #3EEC45
Tints of Lime Green #3EEC45
RGB
CMYK
RGB Variations
Color information
#3EEC45 (or 0x3EEC45) is known color: Lime Green. HEX triplet: 3E, EC and 45. RGB value is (62,236,69). Sum of RGB (Red+Green+Blue) = 62+236+69=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 236 (92.58% from 255 or 64.31% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 236 - color contains mainly: green. Hex color #3EEC45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEC45 is #C113BA. Grayscale: #A5A5A5. Windows color (decimal): -12653499 or 4582462. OLE color: 4582462.
HSL color Cylindrical-coordinate representation of color #3EEC45: hue angle of 122.41º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEC45 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 69 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.07 |
| HSL | 122.41º | 0.82% | 0.58% | - |
| HSV(B) | 122.41º | 0.74% | 0.93% | - |
| XYZ | 33.06 | 61.44 | 15.75 | - |
| YUV | 164.94 | 73.85 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 69 | 0.74 | 0 | 0.71 | 0.07 | 122.41 | 0.82 | 0.58 |
| Hex | 3E | EC | 45 | 4A | 0 | 47 | 7 | 7A | 52 | 3A |
| Octal | 76 | 354 | 105 | 112 | 0 | 107 | 7 | 172 | 122 | 72 |
| Binary | 111110 | 11101100 | 1000101 | 1001010 | 0 | 1000111 | 111 | 1111010 | 1010010 | 111010 |
Color Harmonies of #3EEC45
Complementary color
Monochromatic Colors of #3EEC45
Black with #3EEC45
Text Example
Text Example
White with #3EEC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEC45; }
p { color: rgb(62,236,69); }
H1.HeaderClassName
{
color: #3EEC45;
}
.AnyTagClassName
{
color: #3EEC45;
}
</style>
background-color css
<style>
a { background-color: #3EEC45; }
a { background-color: rgb(62,236,69); }
div.DivClassName
{
background-color: #3EEC45;
}
.BgClassName
{
background-color: #3EEC45;
}
</style>
border-color css
<style>
span { border-color: #3EEC45; }
span { border-color: rgb(62,236,69); }
td.TdClassName
{
border-color: #3EEC45;
}
.TagClassName
{
border-color: #3EEC45;
}
</style>