Shades of Lime Green #3EF044
Tints of Lime Green #3EF044
RGB
CMYK
RGB Variations
Color information
#3EF044 (or 0x3EF044) is known color: Lime Green. HEX triplet: 3E, F0 and 44. RGB value is (62,240,68). Sum of RGB (Red+Green+Blue) = 62+240+68=370 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.76% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #3EF044 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF044 is #C10FBB. Grayscale: #A7A7A7. Windows color (decimal): -12652476 or 4517950. OLE color: 4517950.
HSL color Cylindrical-coordinate representation of color #3EF044: hue angle of 122.02º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF044 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 240 | 68 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.06 |
| HSL | 122.02º | 0.86% | 0.59% | - |
| HSV(B) | 122.02º | 0.74% | 0.94% | - |
| XYZ | 34.19 | 63.76 | 15.97 | - |
| YUV | 167.17 | 72.03 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 240 | 68 | 0.74 | 0 | 0.72 | 0.06 | 122.02 | 0.86 | 0.59 |
| Hex | 3E | F0 | 44 | 4A | 0 | 48 | 6 | 7A | 56 | 3B |
| Octal | 76 | 360 | 104 | 112 | 0 | 110 | 6 | 172 | 126 | 73 |
| Binary | 111110 | 11110000 | 1000100 | 1001010 | 0 | 1001000 | 110 | 1111010 | 1010110 | 111011 |
Color Harmonies of #3EF044
Complementary color
Monochromatic Colors of #3EF044
Black with #3EF044
Text Example
Text Example
White with #3EF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF044; }
p { color: rgb(62,240,68); }
H1.HeaderClassName
{
color: #3EF044;
}
.AnyTagClassName
{
color: #3EF044;
}
</style>
background-color css
<style>
a { background-color: #3EF044; }
a { background-color: rgb(62,240,68); }
div.DivClassName
{
background-color: #3EF044;
}
.BgClassName
{
background-color: #3EF044;
}
</style>
border-color css
<style>
span { border-color: #3EF044; }
span { border-color: rgb(62,240,68); }
td.TdClassName
{
border-color: #3EF044;
}
.TagClassName
{
border-color: #3EF044;
}
</style>