Shades of Lime Green #3DCD20
Tints of Lime Green #3DCD20
RGB
CMYK
RGB Variations
Color information
#3DCD20 (or 0x3DCD20) is known color: Lime Green. HEX triplet: 3D, CD and 20. RGB value is (61,205,32). Sum of RGB (Red+Green+Blue) = 61+205+32=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 205 (80.47% from 255 or 68.79% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD20 is #C232DF. Grayscale: #8E8E8E. Windows color (decimal): -12727008 or 2149693. OLE color: 2149693.
HSL color Cylindrical-coordinate representation of color #3DCD20: hue angle of 109.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DCD20 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 32 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.20 |
| HSL | 109.94º | 0.73% | 0.46% | - |
| HSV(B) | 109.94º | 0.84% | 0.8% | - |
| XYZ | 24.02 | 44.76 | 8.74 | - |
| YUV | 142.22 | 65.79 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 32 | 0.70 | 0 | 0.84 | 0.20 | 109.94 | 0.73 | 0.46 |
| Hex | 3D | CD | 20 | 46 | 0 | 54 | 14 | 6E | 49 | 2E |
| Octal | 75 | 315 | 40 | 106 | 0 | 124 | 24 | 156 | 111 | 56 |
| Binary | 111101 | 11001101 | 100000 | 1000110 | 0 | 1010100 | 10100 | 1101110 | 1001001 | 101110 |
Color Harmonies of #3DCD20
Complementary color
Monochromatic Colors of #3DCD20
Black with #3DCD20
Text Example
Text Example
White with #3DCD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD20; }
p { color: rgb(61,205,32); }
H1.HeaderClassName
{
color: #3DCD20;
}
.AnyTagClassName
{
color: #3DCD20;
}
</style>
background-color css
<style>
a { background-color: #3DCD20; }
a { background-color: rgb(61,205,32); }
div.DivClassName
{
background-color: #3DCD20;
}
.BgClassName
{
background-color: #3DCD20;
}
</style>
border-color css
<style>
span { border-color: #3DCD20; }
span { border-color: rgb(61,205,32); }
td.TdClassName
{
border-color: #3DCD20;
}
.TagClassName
{
border-color: #3DCD20;
}
</style>