Shades of Lime Green #3ED84C
Tints of Lime Green #3ED84C
RGB
CMYK
RGB Variations
Color information
#3ED84C (or 0x3ED84C) is known color: Lime Green. HEX triplet: 3E, D8 and 4C. RGB value is (62,216,76). Sum of RGB (Red+Green+Blue) = 62+216+76=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 216 (84.77% from 255 or 61.02% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED84C is #C127B3. Grayscale: #9A9A9A. Windows color (decimal): -12658612 or 5036094. OLE color: 5036094.
HSL color Cylindrical-coordinate representation of color #3ED84C: hue angle of 125.45º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED84C is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 76 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.15 |
| HSL | 125.45º | 0.66% | 0.55% | - |
| HSV(B) | 125.45º | 0.71% | 0.85% | - |
| XYZ | 27.85 | 50.66 | 15.15 | - |
| YUV | 153.99 | 83.98 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 76 | 0.71 | 0 | 0.65 | 0.15 | 125.45 | 0.66 | 0.55 |
| Hex | 3E | D8 | 4C | 47 | 0 | 41 | F | 7D | 42 | 37 |
| Octal | 76 | 330 | 114 | 107 | 0 | 101 | 17 | 175 | 102 | 67 |
| Binary | 111110 | 11011000 | 1001100 | 1000111 | 0 | 1000001 | 1111 | 1111101 | 1000010 | 110111 |
Color Harmonies of #3ED84C
Complementary color
Monochromatic Colors of #3ED84C
Black with #3ED84C
Text Example
Text Example
White with #3ED84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED84C; }
p { color: rgb(62,216,76); }
H1.HeaderClassName
{
color: #3ED84C;
}
.AnyTagClassName
{
color: #3ED84C;
}
</style>
background-color css
<style>
a { background-color: #3ED84C; }
a { background-color: rgb(62,216,76); }
div.DivClassName
{
background-color: #3ED84C;
}
.BgClassName
{
background-color: #3ED84C;
}
</style>
border-color css
<style>
span { border-color: #3ED84C; }
span { border-color: rgb(62,216,76); }
td.TdClassName
{
border-color: #3ED84C;
}
.TagClassName
{
border-color: #3ED84C;
}
</style>