Shades of Lime Green #3EF249
Tints of Lime Green #3EF249
RGB
CMYK
RGB Variations
Color information
#3EF249 (or 0x3EF249) is known color: Lime Green. HEX triplet: 3E, F2 and 49. RGB value is (62,242,73). Sum of RGB (Red+Green+Blue) = 62+242+73=377 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.45% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF249 is #C10DB6. Grayscale: #A9A9A9. Windows color (decimal): -12651959 or 4846142. OLE color: 4846142.
HSL color Cylindrical-coordinate representation of color #3EF249: hue angle of 123.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF249 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 242 | 73 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.05 |
| HSL | 123.67º | 0.87% | 0.6% | - |
| HSV(B) | 123.67º | 0.74% | 0.95% | - |
| XYZ | 34.94 | 65.01 | 17.01 | - |
| YUV | 168.91 | 73.87 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 242 | 73 | 0.74 | 0 | 0.70 | 0.05 | 123.67 | 0.87 | 0.6 |
| Hex | 3E | F2 | 49 | 4A | 0 | 46 | 5 | 7C | 57 | 3C |
| Octal | 76 | 362 | 111 | 112 | 0 | 106 | 5 | 174 | 127 | 74 |
| Binary | 111110 | 11110010 | 1001001 | 1001010 | 0 | 1000110 | 101 | 1111100 | 1010111 | 111100 |
Color Harmonies of #3EF249
Complementary color
Monochromatic Colors of #3EF249
Black with #3EF249
Text Example
Text Example
White with #3EF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF249; }
p { color: rgb(62,242,73); }
H1.HeaderClassName
{
color: #3EF249;
}
.AnyTagClassName
{
color: #3EF249;
}
</style>
background-color css
<style>
a { background-color: #3EF249; }
a { background-color: rgb(62,242,73); }
div.DivClassName
{
background-color: #3EF249;
}
.BgClassName
{
background-color: #3EF249;
}
</style>
border-color css
<style>
span { border-color: #3EF249; }
span { border-color: rgb(62,242,73); }
td.TdClassName
{
border-color: #3EF249;
}
.TagClassName
{
border-color: #3EF249;
}
</style>