Shades of Lime Green #3EDD48
Tints of Lime Green #3EDD48
RGB
CMYK
RGB Variations
Color information
#3EDD48 (or 0x3EDD48) is known color: Lime Green. HEX triplet: 3E, DD and 48. RGB value is (62,221,72). Sum of RGB (Red+Green+Blue) = 62+221+72=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDD48 is #C122B7. Grayscale: #9C9C9C. Windows color (decimal): -12657336 or 4775230. OLE color: 4775230.
HSL color Cylindrical-coordinate representation of color #3EDD48: hue angle of 123.77º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDD48 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 72 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.13 |
| HSL | 123.77º | 0.7% | 0.55% | - |
| HSV(B) | 123.77º | 0.72% | 0.87% | - |
| XYZ | 29.01 | 53.2 | 14.87 | - |
| YUV | 156.47 | 80.32 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 72 | 0.72 | 0 | 0.67 | 0.13 | 123.77 | 0.7 | 0.55 |
| Hex | 3E | DD | 48 | 48 | 0 | 43 | D | 7C | 46 | 37 |
| Octal | 76 | 335 | 110 | 110 | 0 | 103 | 15 | 174 | 106 | 67 |
| Binary | 111110 | 11011101 | 1001000 | 1001000 | 0 | 1000011 | 1101 | 1111100 | 1000110 | 110111 |
Color Harmonies of #3EDD48
Complementary color
Monochromatic Colors of #3EDD48
Black with #3EDD48
Text Example
Text Example
White with #3EDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD48; }
p { color: rgb(62,221,72); }
H1.HeaderClassName
{
color: #3EDD48;
}
.AnyTagClassName
{
color: #3EDD48;
}
</style>
background-color css
<style>
a { background-color: #3EDD48; }
a { background-color: rgb(62,221,72); }
div.DivClassName
{
background-color: #3EDD48;
}
.BgClassName
{
background-color: #3EDD48;
}
</style>
border-color css
<style>
span { border-color: #3EDD48; }
span { border-color: rgb(62,221,72); }
td.TdClassName
{
border-color: #3EDD48;
}
.TagClassName
{
border-color: #3EDD48;
}
</style>