Shades of Kelly Green #3DA20D
Tints of Kelly Green #3DA20D
RGB
CMYK
RGB Variations
Color information
#3DA20D (or 0x3DA20D) is known color: Kelly Green. HEX triplet: 3D, A2 and 0D. RGB value is (61,162,13). Sum of RGB (Red+Green+Blue) = 61+162+13=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 162 (63.67% from 255 or 68.64% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA20D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA20D is #C25DF2. Grayscale: #737373. Windows color (decimal): -12738035 or 893501. OLE color: 893501.
HSL color Cylindrical-coordinate representation of color #3DA20D: hue angle of 100.67º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DA20D is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 13 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.36 |
| HSL | 100.67º | 0.85% | 0.34% | - |
| HSV(B) | 100.67º | 0.92% | 0.64% | - |
| XYZ | 14.92 | 26.86 | 4.78 | - |
| YUV | 114.82 | 70.54 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 13 | 0.62 | 0 | 0.92 | 0.36 | 100.67 | 0.85 | 0.34 |
| Hex | 3D | A2 | D | 3E | 0 | 5C | 24 | 65 | 55 | 22 |
| Octal | 75 | 242 | 15 | 76 | 0 | 134 | 44 | 145 | 125 | 42 |
| Binary | 111101 | 10100010 | 1101 | 111110 | 0 | 1011100 | 100100 | 1100101 | 1010101 | 100010 |
Color Harmonies of #3DA20D
Complementary color
Monochromatic Colors of #3DA20D
Black with #3DA20D
Text Example
Text Example
White with #3DA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA20D; }
p { color: rgb(61,162,13); }
H1.HeaderClassName
{
color: #3DA20D;
}
.AnyTagClassName
{
color: #3DA20D;
}
</style>
background-color css
<style>
a { background-color: #3DA20D; }
a { background-color: rgb(61,162,13); }
div.DivClassName
{
background-color: #3DA20D;
}
.BgClassName
{
background-color: #3DA20D;
}
</style>
border-color css
<style>
span { border-color: #3DA20D; }
span { border-color: rgb(61,162,13); }
td.TdClassName
{
border-color: #3DA20D;
}
.TagClassName
{
border-color: #3DA20D;
}
</style>