Shades of Kelly Green #2DA404
Tints of Kelly Green #2DA404
RGB
CMYK
RGB Variations
Color information
#2DA404 (or 0x2DA404) is known color: Kelly Green. HEX triplet: 2D, A4 and 04. RGB value is (45,164,4). Sum of RGB (Red+Green+Blue) = 45+164+4=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 164 (64.45% from 255 or 77.00% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA404 is #D25BFB. Grayscale: #6E6E6E. Windows color (decimal): -13786108 or 304173. OLE color: 304173.
HSL color Cylindrical-coordinate representation of color #2DA404: hue angle of 104.62º 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 #2DA404 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.36 |
| HSL | 104.63º | 0.95% | 0.33% | - |
| HSV(B) | 104.63º | 0.98% | 0.64% | - |
| XYZ | 14.38 | 27.12 | 4.59 | - |
| YUV | 110.18 | 68.08 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 4 | 0.73 | 0 | 0.98 | 0.36 | 104.63 | 0.95 | 0.33 |
| Hex | 2D | A4 | 4 | 49 | 0 | 62 | 24 | 69 | 5F | 21 |
| Octal | 55 | 244 | 4 | 111 | 0 | 142 | 44 | 151 | 137 | 41 |
| Binary | 101101 | 10100100 | 100 | 1001001 | 0 | 1100010 | 100100 | 1101001 | 1011111 | 100001 |
Color Harmonies of #2DA404
Complementary color
Monochromatic Colors of #2DA404
Black with #2DA404
Text Example
Text Example
White with #2DA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA404; }
p { color: rgb(45,164,4); }
H1.HeaderClassName
{
color: #2DA404;
}
.AnyTagClassName
{
color: #2DA404;
}
</style>
background-color css
<style>
a { background-color: #2DA404; }
a { background-color: rgb(45,164,4); }
div.DivClassName
{
background-color: #2DA404;
}
.BgClassName
{
background-color: #2DA404;
}
</style>
border-color css
<style>
span { border-color: #2DA404; }
span { border-color: rgb(45,164,4); }
td.TdClassName
{
border-color: #2DA404;
}
.TagClassName
{
border-color: #2DA404;
}
</style>