Shades of Kelly Green #3DCD1D
Tints of Kelly Green #3DCD1D
RGB
CMYK
RGB Variations
Color information
#3DCD1D (or 0x3DCD1D) is known color: Kelly Green. HEX triplet: 3D, CD and 1D. RGB value is (61,205,29). Sum of RGB (Red+Green+Blue) = 61+205+29=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD1D is #C232E2. Grayscale: #8E8E8E. Windows color (decimal): -12727011 or 1953085. OLE color: 1953085.
HSL color Cylindrical-coordinate representation of color #3DCD1D: hue angle of 109.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DCD1D is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 29 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.20 |
| HSL | 109.09º | 0.75% | 0.46% | - |
| HSV(B) | 109.09º | 0.86% | 0.8% | - |
| XYZ | 23.98 | 44.74 | 8.54 | - |
| YUV | 141.88 | 64.29 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 29 | 0.70 | 0 | 0.86 | 0.20 | 109.09 | 0.75 | 0.46 |
| Hex | 3D | CD | 1D | 46 | 0 | 56 | 14 | 6D | 4B | 2E |
| Octal | 75 | 315 | 35 | 106 | 0 | 126 | 24 | 155 | 113 | 56 |
| Binary | 111101 | 11001101 | 11101 | 1000110 | 0 | 1010110 | 10100 | 1101101 | 1001011 | 101110 |
Color Harmonies of #3DCD1D
Complementary color
Monochromatic Colors of #3DCD1D
Black with #3DCD1D
Text Example
Text Example
White with #3DCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD1D; }
p { color: rgb(61,205,29); }
H1.HeaderClassName
{
color: #3DCD1D;
}
.AnyTagClassName
{
color: #3DCD1D;
}
</style>
background-color css
<style>
a { background-color: #3DCD1D; }
a { background-color: rgb(61,205,29); }
div.DivClassName
{
background-color: #3DCD1D;
}
.BgClassName
{
background-color: #3DCD1D;
}
</style>
border-color css
<style>
span { border-color: #3DCD1D; }
span { border-color: rgb(61,205,29); }
td.TdClassName
{
border-color: #3DCD1D;
}
.TagClassName
{
border-color: #3DCD1D;
}
</style>