Shades of Kelly Green #2CA704
Tints of Kelly Green #2CA704
RGB
CMYK
RGB Variations
Color information
#2CA704 (or 0x2CA704) is known color: Kelly Green. HEX triplet: 2C, A7 and 04. RGB value is (44,167,4). Sum of RGB (Red+Green+Blue) = 44+167+4=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 167 (65.62% from 255 or 77.67% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA704 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA704 is #D358FB. Grayscale: #707070. Windows color (decimal): -13850876 or 304940. OLE color: 304940.
HSL color Cylindrical-coordinate representation of color #2CA704: hue angle of 105.28º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CA704 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 167 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.35 |
| HSL | 105.28º | 0.95% | 0.34% | - |
| HSV(B) | 105.28º | 0.98% | 0.65% | - |
| XYZ | 14.88 | 28.18 | 4.77 | - |
| YUV | 111.64 | 67.25 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 167 | 4 | 0.74 | 0 | 0.98 | 0.35 | 105.28 | 0.95 | 0.34 |
| Hex | 2C | A7 | 4 | 4A | 0 | 62 | 23 | 69 | 5F | 22 |
| Octal | 54 | 247 | 4 | 112 | 0 | 142 | 43 | 151 | 137 | 42 |
| Binary | 101100 | 10100111 | 100 | 1001010 | 0 | 1100010 | 100011 | 1101001 | 1011111 | 100010 |
Color Harmonies of #2CA704
Complementary color
Monochromatic Colors of #2CA704
Black with #2CA704
Text Example
Text Example
White with #2CA704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA704; }
p { color: rgb(44,167,4); }
H1.HeaderClassName
{
color: #2CA704;
}
.AnyTagClassName
{
color: #2CA704;
}
</style>
background-color css
<style>
a { background-color: #2CA704; }
a { background-color: rgb(44,167,4); }
div.DivClassName
{
background-color: #2CA704;
}
.BgClassName
{
background-color: #2CA704;
}
</style>
border-color css
<style>
span { border-color: #2CA704; }
span { border-color: rgb(44,167,4); }
td.TdClassName
{
border-color: #2CA704;
}
.TagClassName
{
border-color: #2CA704;
}
</style>