Shades of Lime Green #3ED04C
Tints of Lime Green #3ED04C
RGB
CMYK
RGB Variations
Color information
#3ED04C (or 0x3ED04C) is known color: Lime Green. HEX triplet: 3E, D0 and 4C. RGB value is (62,208,76). Sum of RGB (Red+Green+Blue) = 62+208+76=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED04C is #C12FB3. Grayscale: #959595. Windows color (decimal): -12660660 or 5034046. OLE color: 5034046.
HSL color Cylindrical-coordinate representation of color #3ED04C: hue angle of 125.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED04C is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 76 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.18 |
| HSL | 125.75º | 0.61% | 0.53% | - |
| HSV(B) | 125.75º | 0.7% | 0.82% | - |
| XYZ | 25.85 | 46.66 | 14.48 | - |
| YUV | 149.3 | 86.63 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 76 | 0.70 | 0 | 0.63 | 0.18 | 125.75 | 0.61 | 0.53 |
| Hex | 3E | D0 | 4C | 46 | 0 | 3F | 12 | 7E | 3D | 35 |
| Octal | 76 | 320 | 114 | 106 | 0 | 77 | 22 | 176 | 75 | 65 |
| Binary | 111110 | 11010000 | 1001100 | 1000110 | 0 | 111111 | 10010 | 1111110 | 111101 | 110101 |
Color Harmonies of #3ED04C
Complementary color
Monochromatic Colors of #3ED04C
Black with #3ED04C
Text Example
Text Example
White with #3ED04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED04C; }
p { color: rgb(62,208,76); }
H1.HeaderClassName
{
color: #3ED04C;
}
.AnyTagClassName
{
color: #3ED04C;
}
</style>
background-color css
<style>
a { background-color: #3ED04C; }
a { background-color: rgb(62,208,76); }
div.DivClassName
{
background-color: #3ED04C;
}
.BgClassName
{
background-color: #3ED04C;
}
</style>
border-color css
<style>
span { border-color: #3ED04C; }
span { border-color: rgb(62,208,76); }
td.TdClassName
{
border-color: #3ED04C;
}
.TagClassName
{
border-color: #3ED04C;
}
</style>