Shades of Lime Green #3EE348
Tints of Lime Green #3EE348
RGB
CMYK
RGB Variations
Color information
#3EE348 (or 0x3EE348) is known color: Lime Green. HEX triplet: 3E, E3 and 48. RGB value is (62,227,72). Sum of RGB (Red+Green+Blue) = 62+227+72=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 227 (89.06% from 255 or 62.88% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE348 is #C11CB7. Grayscale: #A0A0A0. Windows color (decimal): -12655800 or 4776766. OLE color: 4776766.
HSL color Cylindrical-coordinate representation of color #3EE348: hue angle of 123.64º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE348 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 227 | 72 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.11 |
| HSL | 123.64º | 0.75% | 0.57% | - |
| HSV(B) | 123.64º | 0.73% | 0.89% | - |
| XYZ | 30.63 | 56.43 | 15.41 | - |
| YUV | 160 | 78.34 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 227 | 72 | 0.73 | 0 | 0.68 | 0.11 | 123.64 | 0.75 | 0.57 |
| Hex | 3E | E3 | 48 | 49 | 0 | 44 | B | 7C | 4B | 39 |
| Octal | 76 | 343 | 110 | 111 | 0 | 104 | 13 | 174 | 113 | 71 |
| Binary | 111110 | 11100011 | 1001000 | 1001001 | 0 | 1000100 | 1011 | 1111100 | 1001011 | 111001 |
Color Harmonies of #3EE348
Complementary color
Monochromatic Colors of #3EE348
Black with #3EE348
Text Example
Text Example
White with #3EE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE348; }
p { color: rgb(62,227,72); }
H1.HeaderClassName
{
color: #3EE348;
}
.AnyTagClassName
{
color: #3EE348;
}
</style>
background-color css
<style>
a { background-color: #3EE348; }
a { background-color: rgb(62,227,72); }
div.DivClassName
{
background-color: #3EE348;
}
.BgClassName
{
background-color: #3EE348;
}
</style>
border-color css
<style>
span { border-color: #3EE348; }
span { border-color: rgb(62,227,72); }
td.TdClassName
{
border-color: #3EE348;
}
.TagClassName
{
border-color: #3EE348;
}
</style>