Shades of Lime Green #3DD04C
Tints of Lime Green #3DD04C
RGB
CMYK
RGB Variations
Color information
#3DD04C (or 0x3DD04C) is known color: Lime Green. HEX triplet: 3D, D0 and 4C. RGB value is (61,208,76). Sum of RGB (Red+Green+Blue) = 61+208+76=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD04C is #C22FB3. Grayscale: #959595. Windows color (decimal): -12726196 or 5034045. OLE color: 5034045.
HSL color Cylindrical-coordinate representation of color #3DD04C: hue angle of 126.12º 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 #3DD04C is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 76 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.18 |
| HSL | 126.12º | 0.61% | 0.53% | - |
| HSV(B) | 126.12º | 0.71% | 0.82% | - |
| XYZ | 25.78 | 46.63 | 14.48 | - |
| YUV | 149 | 86.8 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 76 | 0.71 | 0 | 0.63 | 0.18 | 126.12 | 0.61 | 0.53 |
| Hex | 3D | D0 | 4C | 47 | 0 | 3F | 12 | 7E | 3D | 35 |
| Octal | 75 | 320 | 114 | 107 | 0 | 77 | 22 | 176 | 75 | 65 |
| Binary | 111101 | 11010000 | 1001100 | 1000111 | 0 | 111111 | 10010 | 1111110 | 111101 | 110101 |
Color Harmonies of #3DD04C
Complementary color
Monochromatic Colors of #3DD04C
Black with #3DD04C
Text Example
Text Example
White with #3DD04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD04C; }
p { color: rgb(61,208,76); }
H1.HeaderClassName
{
color: #3DD04C;
}
.AnyTagClassName
{
color: #3DD04C;
}
</style>
background-color css
<style>
a { background-color: #3DD04C; }
a { background-color: rgb(61,208,76); }
div.DivClassName
{
background-color: #3DD04C;
}
.BgClassName
{
background-color: #3DD04C;
}
</style>
border-color css
<style>
span { border-color: #3DD04C; }
span { border-color: rgb(61,208,76); }
td.TdClassName
{
border-color: #3DD04C;
}
.TagClassName
{
border-color: #3DD04C;
}
</style>