Shades of Lime Green #3EF144
Tints of Lime Green #3EF144
RGB
CMYK
RGB Variations
Color information
#3EF144 (or 0x3EF144) is known color: Lime Green. HEX triplet: 3E, F1 and 44. RGB value is (62,241,68). Sum of RGB (Red+Green+Blue) = 62+241+68=371 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.71% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF144 is #C10EBB. Grayscale: #A8A8A8. Windows color (decimal): -12652220 or 4518206. OLE color: 4518206.
HSL color Cylindrical-coordinate representation of color #3EF144: hue angle of 122.01º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF144 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 241 | 68 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.05 |
| HSL | 122.01º | 0.86% | 0.59% | - |
| HSV(B) | 122.01º | 0.74% | 0.95% | - |
| XYZ | 34.49 | 64.35 | 16.07 | - |
| YUV | 167.76 | 71.7 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 241 | 68 | 0.74 | 0 | 0.72 | 0.05 | 122.01 | 0.86 | 0.59 |
| Hex | 3E | F1 | 44 | 4A | 0 | 48 | 5 | 7A | 56 | 3B |
| Octal | 76 | 361 | 104 | 112 | 0 | 110 | 5 | 172 | 126 | 73 |
| Binary | 111110 | 11110001 | 1000100 | 1001010 | 0 | 1001000 | 101 | 1111010 | 1010110 | 111011 |
Color Harmonies of #3EF144
Complementary color
Monochromatic Colors of #3EF144
Black with #3EF144
Text Example
Text Example
White with #3EF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF144; }
p { color: rgb(62,241,68); }
H1.HeaderClassName
{
color: #3EF144;
}
.AnyTagClassName
{
color: #3EF144;
}
</style>
background-color css
<style>
a { background-color: #3EF144; }
a { background-color: rgb(62,241,68); }
div.DivClassName
{
background-color: #3EF144;
}
.BgClassName
{
background-color: #3EF144;
}
</style>
border-color css
<style>
span { border-color: #3EF144; }
span { border-color: rgb(62,241,68); }
td.TdClassName
{
border-color: #3EF144;
}
.TagClassName
{
border-color: #3EF144;
}
</style>