Shades of Lime Green #3EF248
Tints of Lime Green #3EF248
RGB
CMYK
RGB Variations
Color information
#3EF248 (or 0x3EF248) is known color: Lime Green. HEX triplet: 3E, F2 and 48. RGB value is (62,242,72). Sum of RGB (Red+Green+Blue) = 62+242+72=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF248 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF248 is #C10DB7. Grayscale: #A9A9A9. Windows color (decimal): -12651960 or 4780606. OLE color: 4780606.
HSL color Cylindrical-coordinate representation of color #3EF248: hue angle of 123.33º 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 #3EF248 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 242 | 72 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.05 |
| HSL | 123.33º | 0.87% | 0.6% | - |
| HSV(B) | 123.33º | 0.74% | 0.95% | - |
| XYZ | 34.91 | 65 | 16.84 | - |
| YUV | 168.8 | 73.37 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 242 | 72 | 0.74 | 0 | 0.70 | 0.05 | 123.33 | 0.87 | 0.6 |
| Hex | 3E | F2 | 48 | 4A | 0 | 46 | 5 | 7B | 57 | 3C |
| Octal | 76 | 362 | 110 | 112 | 0 | 106 | 5 | 173 | 127 | 74 |
| Binary | 111110 | 11110010 | 1001000 | 1001010 | 0 | 1000110 | 101 | 1111011 | 1010111 | 111100 |
Color Harmonies of #3EF248
Complementary color
Monochromatic Colors of #3EF248
Black with #3EF248
Text Example
Text Example
White with #3EF248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF248; }
p { color: rgb(62,242,72); }
H1.HeaderClassName
{
color: #3EF248;
}
.AnyTagClassName
{
color: #3EF248;
}
</style>
background-color css
<style>
a { background-color: #3EF248; }
a { background-color: rgb(62,242,72); }
div.DivClassName
{
background-color: #3EF248;
}
.BgClassName
{
background-color: #3EF248;
}
</style>
border-color css
<style>
span { border-color: #3EF248; }
span { border-color: rgb(62,242,72); }
td.TdClassName
{
border-color: #3EF248;
}
.TagClassName
{
border-color: #3EF248;
}
</style>