Shades of Kelly Green #3DA20A
Tints of Kelly Green #3DA20A
RGB
CMYK
RGB Variations
Color information
#3DA20A (or 0x3DA20A) is known color: Kelly Green. HEX triplet: 3D, A2 and 0A. RGB value is (61,162,10). Sum of RGB (Red+Green+Blue) = 61+162+10=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 162 (63.67% from 255 or 69.53% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA20A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA20A is #C25DF5. Grayscale: #727272. Windows color (decimal): -12738038 or 696893. OLE color: 696893.
HSL color Cylindrical-coordinate representation of color #3DA20A: hue angle of 99.87º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DA20A is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 10 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.36 |
| HSL | 99.87º | 0.88% | 0.34% | - |
| HSV(B) | 99.87º | 0.94% | 0.64% | - |
| XYZ | 14.9 | 26.85 | 4.69 | - |
| YUV | 114.47 | 69.04 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 10 | 0.62 | 0 | 0.94 | 0.36 | 99.87 | 0.88 | 0.34 |
| Hex | 3D | A2 | A | 3E | 0 | 5E | 24 | 64 | 58 | 22 |
| Octal | 75 | 242 | 12 | 76 | 0 | 136 | 44 | 144 | 130 | 42 |
| Binary | 111101 | 10100010 | 1010 | 111110 | 0 | 1011110 | 100100 | 1100100 | 1011000 | 100010 |
Color Harmonies of #3DA20A
Complementary color
Monochromatic Colors of #3DA20A
Black with #3DA20A
Text Example
Text Example
White with #3DA20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA20A; }
p { color: rgb(61,162,10); }
H1.HeaderClassName
{
color: #3DA20A;
}
.AnyTagClassName
{
color: #3DA20A;
}
</style>
background-color css
<style>
a { background-color: #3DA20A; }
a { background-color: rgb(61,162,10); }
div.DivClassName
{
background-color: #3DA20A;
}
.BgClassName
{
background-color: #3DA20A;
}
</style>
border-color css
<style>
span { border-color: #3DA20A; }
span { border-color: rgb(61,162,10); }
td.TdClassName
{
border-color: #3DA20A;
}
.TagClassName
{
border-color: #3DA20A;
}
</style>