Shades of Lime Green #3EDE1C
Tints of Lime Green #3EDE1C
RGB
CMYK
RGB Variations
Color information
#3EDE1C (or 0x3EDE1C) is known color: Lime Green. HEX triplet: 3E, DE and 1C. RGB value is (62,222,28). Sum of RGB (Red+Green+Blue) = 62+222+28=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 222 (87.11% from 255 or 71.15% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDE1C is #C121E3. Grayscale: #989898. Windows color (decimal): -12657124 or 1891902. OLE color: 1891902.
HSL color Cylindrical-coordinate representation of color #3EDE1C: hue angle of 109.48º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3EDE1C is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 28 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.13 |
| HSL | 109.48º | 0.78% | 0.49% | - |
| HSV(B) | 109.48º | 0.87% | 0.87% | - |
| XYZ | 28.32 | 53.35 | 9.9 | - |
| YUV | 152.04 | 57.99 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 28 | 0.72 | 0 | 0.87 | 0.13 | 109.48 | 0.78 | 0.49 |
| Hex | 3E | DE | 1C | 48 | 0 | 57 | D | 6D | 4E | 31 |
| Octal | 76 | 336 | 34 | 110 | 0 | 127 | 15 | 155 | 116 | 61 |
| Binary | 111110 | 11011110 | 11100 | 1001000 | 0 | 1010111 | 1101 | 1101101 | 1001110 | 110001 |
Color Harmonies of #3EDE1C
Complementary color
Monochromatic Colors of #3EDE1C
Black with #3EDE1C
Text Example
Text Example
White with #3EDE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE1C; }
p { color: rgb(62,222,28); }
H1.HeaderClassName
{
color: #3EDE1C;
}
.AnyTagClassName
{
color: #3EDE1C;
}
</style>
background-color css
<style>
a { background-color: #3EDE1C; }
a { background-color: rgb(62,222,28); }
div.DivClassName
{
background-color: #3EDE1C;
}
.BgClassName
{
background-color: #3EDE1C;
}
</style>
border-color css
<style>
span { border-color: #3EDE1C; }
span { border-color: rgb(62,222,28); }
td.TdClassName
{
border-color: #3EDE1C;
}
.TagClassName
{
border-color: #3EDE1C;
}
</style>