Shades of Lime Green #3EDD38
Tints of Lime Green #3EDD38
RGB
CMYK
RGB Variations
Color information
#3EDD38 (or 0x3EDD38) is known color: Lime Green. HEX triplet: 3E, DD and 38. RGB value is (62,221,56). Sum of RGB (Red+Green+Blue) = 62+221+56=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDD38 is #C122C7. Grayscale: #9B9B9B. Windows color (decimal): -12657352 or 3726654. OLE color: 3726654.
HSL color Cylindrical-coordinate representation of color #3EDD38: hue angle of 117.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EDD38 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 56 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.13 |
| HSL | 117.82º | 0.71% | 0.54% | - |
| HSV(B) | 117.82º | 0.75% | 0.87% | - |
| XYZ | 28.56 | 53.02 | 12.47 | - |
| YUV | 154.65 | 72.32 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 56 | 0.72 | 0 | 0.75 | 0.13 | 117.82 | 0.71 | 0.54 |
| Hex | 3E | DD | 38 | 48 | 0 | 4B | D | 76 | 47 | 36 |
| Octal | 76 | 335 | 70 | 110 | 0 | 113 | 15 | 166 | 107 | 66 |
| Binary | 111110 | 11011101 | 111000 | 1001000 | 0 | 1001011 | 1101 | 1110110 | 1000111 | 110110 |
Color Harmonies of #3EDD38
Complementary color
Monochromatic Colors of #3EDD38
Black with #3EDD38
Text Example
Text Example
White with #3EDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD38; }
p { color: rgb(62,221,56); }
H1.HeaderClassName
{
color: #3EDD38;
}
.AnyTagClassName
{
color: #3EDD38;
}
</style>
background-color css
<style>
a { background-color: #3EDD38; }
a { background-color: rgb(62,221,56); }
div.DivClassName
{
background-color: #3EDD38;
}
.BgClassName
{
background-color: #3EDD38;
}
</style>
border-color css
<style>
span { border-color: #3EDD38; }
span { border-color: rgb(62,221,56); }
td.TdClassName
{
border-color: #3EDD38;
}
.TagClassName
{
border-color: #3EDD38;
}
</style>