Shades of Lime Green #3EE648
Tints of Lime Green #3EE648
RGB
CMYK
RGB Variations
Color information
#3EE648 (or 0x3EE648) is known color: Lime Green. HEX triplet: 3E, E6 and 48. RGB value is (62,230,72). Sum of RGB (Red+Green+Blue) = 62+230+72=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 230 (90.23% from 255 or 63.19% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 230 - color contains mainly: green. Hex color #3EE648 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EE648 is #C119B7. Grayscale: #A2A2A2. Windows color (decimal): -12655032 or 4777534. OLE color: 4777534.
HSL color Cylindrical-coordinate representation of color #3EE648: hue angle of 123.57º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE648 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 230 | 72 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.10 |
| HSL | 123.57º | 0.77% | 0.57% | - |
| HSV(B) | 123.57º | 0.73% | 0.9% | - |
| XYZ | 31.45 | 58.09 | 15.68 | - |
| YUV | 161.76 | 77.34 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 230 | 72 | 0.73 | 0 | 0.69 | 0.10 | 123.57 | 0.77 | 0.57 |
| Hex | 3E | E6 | 48 | 49 | 0 | 45 | A | 7C | 4D | 39 |
| Octal | 76 | 346 | 110 | 111 | 0 | 105 | 12 | 174 | 115 | 71 |
| Binary | 111110 | 11100110 | 1001000 | 1001001 | 0 | 1000101 | 1010 | 1111100 | 1001101 | 111001 |
Color Harmonies of #3EE648
Complementary color
Monochromatic Colors of #3EE648
Black with #3EE648
Text Example
Text Example
White with #3EE648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE648; }
p { color: rgb(62,230,72); }
H1.HeaderClassName
{
color: #3EE648;
}
.AnyTagClassName
{
color: #3EE648;
}
</style>
background-color css
<style>
a { background-color: #3EE648; }
a { background-color: rgb(62,230,72); }
div.DivClassName
{
background-color: #3EE648;
}
.BgClassName
{
background-color: #3EE648;
}
</style>
border-color css
<style>
span { border-color: #3EE648; }
span { border-color: rgb(62,230,72); }
td.TdClassName
{
border-color: #3EE648;
}
.TagClassName
{
border-color: #3EE648;
}
</style>