Shades of Kelly Green #2CA403
Tints of Kelly Green #2CA403
RGB
CMYK
RGB Variations
Color information
#2CA403 (or 0x2CA403) is known color: Kelly Green. HEX triplet: 2C, A4 and 03. RGB value is (44,164,3). Sum of RGB (Red+Green+Blue) = 44+164+3=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 164 (64.45% from 255 or 77.73% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA403 is #D35BFC. Grayscale: #6E6E6E. Windows color (decimal): -13851645 or 238636. OLE color: 238636.
HSL color Cylindrical-coordinate representation of color #2CA403: hue angle of 104.72º degrees, saturation: 0.96, 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 #2CA403 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 164 | 3 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.36 |
| HSL | 104.72º | 0.96% | 0.33% | - |
| HSV(B) | 104.72º | 0.98% | 0.64% | - |
| XYZ | 14.33 | 27.09 | 4.56 | - |
| YUV | 109.77 | 67.74 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 164 | 3 | 0.73 | 0 | 0.98 | 0.36 | 104.72 | 0.96 | 0.33 |
| Hex | 2C | A4 | 3 | 49 | 0 | 62 | 24 | 69 | 60 | 21 |
| Octal | 54 | 244 | 3 | 111 | 0 | 142 | 44 | 151 | 140 | 41 |
| Binary | 101100 | 10100100 | 11 | 1001001 | 0 | 1100010 | 100100 | 1101001 | 1100000 | 100001 |
Color Harmonies of #2CA403
Complementary color
Monochromatic Colors of #2CA403
Black with #2CA403
Text Example
Text Example
White with #2CA403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA403; }
p { color: rgb(44,164,3); }
H1.HeaderClassName
{
color: #2CA403;
}
.AnyTagClassName
{
color: #2CA403;
}
</style>
background-color css
<style>
a { background-color: #2CA403; }
a { background-color: rgb(44,164,3); }
div.DivClassName
{
background-color: #2CA403;
}
.BgClassName
{
background-color: #2CA403;
}
</style>
border-color css
<style>
span { border-color: #2CA403; }
span { border-color: rgb(44,164,3); }
td.TdClassName
{
border-color: #2CA403;
}
.TagClassName
{
border-color: #2CA403;
}
</style>