Shades of Lime Green #3DD020
Tints of Lime Green #3DD020
RGB
CMYK
RGB Variations
Color information
#3DD020 (or 0x3DD020) is known color: Lime Green. HEX triplet: 3D, D0 and 20. RGB value is (61,208,32). Sum of RGB (Red+Green+Blue) = 61+208+32=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD020 is #C22FDF. Grayscale: #909090. Windows color (decimal): -12726240 or 2150461. OLE color: 2150461.
HSL color Cylindrical-coordinate representation of color #3DD020: hue angle of 110.11º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DD020 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 32 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.18 |
| HSL | 110.11º | 0.73% | 0.47% | - |
| HSV(B) | 110.11º | 0.85% | 0.82% | - |
| XYZ | 24.74 | 46.21 | 8.98 | - |
| YUV | 143.98 | 64.8 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 32 | 0.71 | 0 | 0.85 | 0.18 | 110.11 | 0.73 | 0.47 |
| Hex | 3D | D0 | 20 | 47 | 0 | 55 | 12 | 6E | 49 | 2F |
| Octal | 75 | 320 | 40 | 107 | 0 | 125 | 22 | 156 | 111 | 57 |
| Binary | 111101 | 11010000 | 100000 | 1000111 | 0 | 1010101 | 10010 | 1101110 | 1001001 | 101111 |
Color Harmonies of #3DD020
Complementary color
Monochromatic Colors of #3DD020
Black with #3DD020
Text Example
Text Example
White with #3DD020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD020; }
p { color: rgb(61,208,32); }
H1.HeaderClassName
{
color: #3DD020;
}
.AnyTagClassName
{
color: #3DD020;
}
</style>
background-color css
<style>
a { background-color: #3DD020; }
a { background-color: rgb(61,208,32); }
div.DivClassName
{
background-color: #3DD020;
}
.BgClassName
{
background-color: #3DD020;
}
</style>
border-color css
<style>
span { border-color: #3DD020; }
span { border-color: rgb(61,208,32); }
td.TdClassName
{
border-color: #3DD020;
}
.TagClassName
{
border-color: #3DD020;
}
</style>