Shades of Lime Green #3DD14D
Tints of Lime Green #3DD14D
RGB
CMYK
RGB Variations
Color information
#3DD14D (or 0x3DD14D) is known color: Lime Green. HEX triplet: 3D, D1 and 4D. RGB value is (61,209,77). Sum of RGB (Red+Green+Blue) = 61+209+77=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD14D is #C22EB2. Grayscale: #969696. Windows color (decimal): -12725939 or 5099837. OLE color: 5099837.
HSL color Cylindrical-coordinate representation of color #3DD14D: hue angle of 126.49º degrees, saturation: 0.62, 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 #3DD14D is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 209 | 77 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.18 |
| HSL | 126.49º | 0.62% | 0.53% | - |
| HSV(B) | 126.49º | 0.71% | 0.82% | - |
| XYZ | 26.06 | 47.13 | 14.74 | - |
| YUV | 149.7 | 86.97 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 209 | 77 | 0.71 | 0 | 0.63 | 0.18 | 126.49 | 0.62 | 0.53 |
| Hex | 3D | D1 | 4D | 47 | 0 | 3F | 12 | 7E | 3E | 35 |
| Octal | 75 | 321 | 115 | 107 | 0 | 77 | 22 | 176 | 76 | 65 |
| Binary | 111101 | 11010001 | 1001101 | 1000111 | 0 | 111111 | 10010 | 1111110 | 111110 | 110101 |
Color Harmonies of #3DD14D
Complementary color
Monochromatic Colors of #3DD14D
Black with #3DD14D
Text Example
Text Example
White with #3DD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD14D; }
p { color: rgb(61,209,77); }
H1.HeaderClassName
{
color: #3DD14D;
}
.AnyTagClassName
{
color: #3DD14D;
}
</style>
background-color css
<style>
a { background-color: #3DD14D; }
a { background-color: rgb(61,209,77); }
div.DivClassName
{
background-color: #3DD14D;
}
.BgClassName
{
background-color: #3DD14D;
}
</style>
border-color css
<style>
span { border-color: #3DD14D; }
span { border-color: rgb(61,209,77); }
td.TdClassName
{
border-color: #3DD14D;
}
.TagClassName
{
border-color: #3DD14D;
}
</style>