Shades of Kelly Green #2CA702
Tints of Kelly Green #2CA702
RGB
CMYK
RGB Variations
Color information
#2CA702 (or 0x2CA702) is known color: Kelly Green. HEX triplet: 2C, A7 and 02. RGB value is (44,167,2). Sum of RGB (Red+Green+Blue) = 44+167+2=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 167 (65.62% from 255 or 78.40% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA702 is #D358FD. Grayscale: #6F6F6F. Windows color (decimal): -13850878 or 173868. OLE color: 173868.
HSL color Cylindrical-coordinate representation of color #2CA702: hue angle of 104.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CA702 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 167 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.35 |
| HSL | 104.73º | 0.98% | 0.33% | - |
| HSV(B) | 104.73º | 0.99% | 0.65% | - |
| XYZ | 14.87 | 28.18 | 4.71 | - |
| YUV | 111.41 | 66.25 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 167 | 2 | 0.74 | 0 | 0.99 | 0.35 | 104.73 | 0.98 | 0.33 |
| Hex | 2C | A7 | 2 | 4A | 0 | 63 | 23 | 69 | 62 | 21 |
| Octal | 54 | 247 | 2 | 112 | 0 | 143 | 43 | 151 | 142 | 41 |
| Binary | 101100 | 10100111 | 10 | 1001010 | 0 | 1100011 | 100011 | 1101001 | 1100010 | 100001 |
Color Harmonies of #2CA702
Complementary color
Monochromatic Colors of #2CA702
Black with #2CA702
Text Example
Text Example
White with #2CA702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA702; }
p { color: rgb(44,167,2); }
H1.HeaderClassName
{
color: #2CA702;
}
.AnyTagClassName
{
color: #2CA702;
}
</style>
background-color css
<style>
a { background-color: #2CA702; }
a { background-color: rgb(44,167,2); }
div.DivClassName
{
background-color: #2CA702;
}
.BgClassName
{
background-color: #2CA702;
}
</style>
border-color css
<style>
span { border-color: #2CA702; }
span { border-color: rgb(44,167,2); }
td.TdClassName
{
border-color: #2CA702;
}
.TagClassName
{
border-color: #2CA702;
}
</style>