Shades of Lime Green #3DD04E
Tints of Lime Green #3DD04E
RGB
CMYK
RGB Variations
Color information
#3DD04E (or 0x3DD04E) is known color: Lime Green. HEX triplet: 3D, D0 and 4E. RGB value is (61,208,78). Sum of RGB (Red+Green+Blue) = 61+208+78=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD04E is #C22FB1. Grayscale: #959595. Windows color (decimal): -12726194 or 5165117. OLE color: 5165117.
HSL color Cylindrical-coordinate representation of color #3DD04E: hue angle of 126.94º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD04E is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 78 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.18 |
| HSL | 126.94º | 0.61% | 0.53% | - |
| HSV(B) | 126.94º | 0.71% | 0.82% | - |
| XYZ | 25.86 | 46.65 | 14.85 | - |
| YUV | 149.23 | 87.8 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 78 | 0.71 | 0 | 0.62 | 0.18 | 126.94 | 0.61 | 0.53 |
| Hex | 3D | D0 | 4E | 47 | 0 | 3E | 12 | 7F | 3D | 35 |
| Octal | 75 | 320 | 116 | 107 | 0 | 76 | 22 | 177 | 75 | 65 |
| Binary | 111101 | 11010000 | 1001110 | 1000111 | 0 | 111110 | 10010 | 1111111 | 111101 | 110101 |
Color Harmonies of #3DD04E
Complementary color
Monochromatic Colors of #3DD04E
Black with #3DD04E
Text Example
Text Example
White with #3DD04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD04E; }
p { color: rgb(61,208,78); }
H1.HeaderClassName
{
color: #3DD04E;
}
.AnyTagClassName
{
color: #3DD04E;
}
</style>
background-color css
<style>
a { background-color: #3DD04E; }
a { background-color: rgb(61,208,78); }
div.DivClassName
{
background-color: #3DD04E;
}
.BgClassName
{
background-color: #3DD04E;
}
</style>
border-color css
<style>
span { border-color: #3DD04E; }
span { border-color: rgb(61,208,78); }
td.TdClassName
{
border-color: #3DD04E;
}
.TagClassName
{
border-color: #3DD04E;
}
</style>