Shades of Lime Green #3DD24D
Tints of Lime Green #3DD24D
RGB
CMYK
RGB Variations
Color information
#3DD24D (or 0x3DD24D) is known color: Lime Green. HEX triplet: 3D, D2 and 4D. RGB value is (61,210,77). Sum of RGB (Red+Green+Blue) = 61+210+77=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD24D is #C22DB2. Grayscale: #969696. Windows color (decimal): -12725683 or 5100093. OLE color: 5100093.
HSL color Cylindrical-coordinate representation of color #3DD24D: hue angle of 126.44º 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 #3DD24D is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 77 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.18 |
| HSL | 126.44º | 0.62% | 0.53% | - |
| HSV(B) | 126.44º | 0.71% | 0.82% | - |
| XYZ | 26.31 | 47.62 | 14.83 | - |
| YUV | 150.29 | 86.64 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 77 | 0.71 | 0 | 0.63 | 0.18 | 126.44 | 0.62 | 0.53 |
| Hex | 3D | D2 | 4D | 47 | 0 | 3F | 12 | 7E | 3E | 35 |
| Octal | 75 | 322 | 115 | 107 | 0 | 77 | 22 | 176 | 76 | 65 |
| Binary | 111101 | 11010010 | 1001101 | 1000111 | 0 | 111111 | 10010 | 1111110 | 111110 | 110101 |
Color Harmonies of #3DD24D
Complementary color
Monochromatic Colors of #3DD24D
Black with #3DD24D
Text Example
Text Example
White with #3DD24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD24D; }
p { color: rgb(61,210,77); }
H1.HeaderClassName
{
color: #3DD24D;
}
.AnyTagClassName
{
color: #3DD24D;
}
</style>
background-color css
<style>
a { background-color: #3DD24D; }
a { background-color: rgb(61,210,77); }
div.DivClassName
{
background-color: #3DD24D;
}
.BgClassName
{
background-color: #3DD24D;
}
</style>
border-color css
<style>
span { border-color: #3DD24D; }
span { border-color: rgb(61,210,77); }
td.TdClassName
{
border-color: #3DD24D;
}
.TagClassName
{
border-color: #3DD24D;
}
</style>