Shades of Lime Green #3DD04D
Tints of Lime Green #3DD04D
RGB
CMYK
RGB Variations
Color information
#3DD04D (or 0x3DD04D) is known color: Lime Green. HEX triplet: 3D, D0 and 4D. RGB value is (61,208,77). Sum of RGB (Red+Green+Blue) = 61+208+77=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD04D is #C22FB2. Grayscale: #959595. Windows color (decimal): -12726195 or 5099581. OLE color: 5099581.
HSL color Cylindrical-coordinate representation of color #3DD04D: hue angle of 126.53º 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 #3DD04D is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 77 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.18 |
| HSL | 126.53º | 0.61% | 0.53% | - |
| HSV(B) | 126.53º | 0.71% | 0.82% | - |
| XYZ | 25.82 | 46.64 | 14.66 | - |
| YUV | 149.11 | 87.3 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 77 | 0.71 | 0 | 0.63 | 0.18 | 126.53 | 0.61 | 0.53 |
| Hex | 3D | D0 | 4D | 47 | 0 | 3F | 12 | 7F | 3D | 35 |
| Octal | 75 | 320 | 115 | 107 | 0 | 77 | 22 | 177 | 75 | 65 |
| Binary | 111101 | 11010000 | 1001101 | 1000111 | 0 | 111111 | 10010 | 1111111 | 111101 | 110101 |
Color Harmonies of #3DD04D
Complementary color
Monochromatic Colors of #3DD04D
Black with #3DD04D
Text Example
Text Example
White with #3DD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD04D; }
p { color: rgb(61,208,77); }
H1.HeaderClassName
{
color: #3DD04D;
}
.AnyTagClassName
{
color: #3DD04D;
}
</style>
background-color css
<style>
a { background-color: #3DD04D; }
a { background-color: rgb(61,208,77); }
div.DivClassName
{
background-color: #3DD04D;
}
.BgClassName
{
background-color: #3DD04D;
}
</style>
border-color css
<style>
span { border-color: #3DD04D; }
span { border-color: rgb(61,208,77); }
td.TdClassName
{
border-color: #3DD04D;
}
.TagClassName
{
border-color: #3DD04D;
}
</style>