Shades of Kelly Green #3DA204
Tints of Kelly Green #3DA204
RGB
CMYK
RGB Variations
Color information
#3DA204 (or 0x3DA204) is known color: Kelly Green. HEX triplet: 3D, A2 and 04. RGB value is (61,162,4). Sum of RGB (Red+Green+Blue) = 61+162+4=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 162 (63.67% from 255 or 71.37% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA204 is #C25DFB. Grayscale: #727272. Windows color (decimal): -12738044 or 303677. OLE color: 303677.
HSL color Cylindrical-coordinate representation of color #3DA204: hue angle of 98.35º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DA204 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 4 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.36 |
| HSL | 98.35º | 0.95% | 0.33% | - |
| HSV(B) | 98.35º | 0.98% | 0.64% | - |
| XYZ | 14.87 | 26.84 | 4.51 | - |
| YUV | 113.79 | 66.04 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 4 | 0.62 | 0 | 0.98 | 0.36 | 98.35 | 0.95 | 0.33 |
| Hex | 3D | A2 | 4 | 3E | 0 | 62 | 24 | 62 | 5F | 21 |
| Octal | 75 | 242 | 4 | 76 | 0 | 142 | 44 | 142 | 137 | 41 |
| Binary | 111101 | 10100010 | 100 | 111110 | 0 | 1100010 | 100100 | 1100010 | 1011111 | 100001 |
Color Harmonies of #3DA204
Complementary color
Monochromatic Colors of #3DA204
Black with #3DA204
Text Example
Text Example
White with #3DA204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA204; }
p { color: rgb(61,162,4); }
H1.HeaderClassName
{
color: #3DA204;
}
.AnyTagClassName
{
color: #3DA204;
}
</style>
background-color css
<style>
a { background-color: #3DA204; }
a { background-color: rgb(61,162,4); }
div.DivClassName
{
background-color: #3DA204;
}
.BgClassName
{
background-color: #3DA204;
}
</style>
border-color css
<style>
span { border-color: #3DA204; }
span { border-color: rgb(61,162,4); }
td.TdClassName
{
border-color: #3DA204;
}
.TagClassName
{
border-color: #3DA204;
}
</style>