Shades of Kelly Green #2CA200
Tints of Kelly Green #2CA200
RGB
CMYK
RGB Variations
Color information
#2CA200 (or 0x2CA200) is known color: Kelly Green. HEX triplet: 2C, A2 and 00. RGB value is (44,162,0). Sum of RGB (Red+Green+Blue) = 44+162+0=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA200 is #D35DFF. Grayscale: #6C6C6C. Windows color (decimal): -13852160 or 41516. OLE color: 41516.
HSL color Cylindrical-coordinate representation of color #2CA200: hue angle of 103.7º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CA200 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 162 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.36 |
| HSL | 103.7º | 1% | 0.32% | - |
| HSV(B) | 103.7º | 1% | 0.64% | - |
| XYZ | 13.96 | 26.38 | 4.36 | - |
| YUV | 108.25 | 66.91 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 162 | 0 | 0.73 | 0 | 1 | 0.36 | 103.7 | 1 | 0.32 |
| Hex | 2C | A2 | 0 | 49 | 0 | 64 | 24 | 68 | 64 | 20 |
| Octal | 54 | 242 | 0 | 111 | 0 | 144 | 44 | 150 | 144 | 40 |
| Binary | 101100 | 10100010 | 0 | 1001001 | 0 | 1100100 | 100100 | 1101000 | 1100100 | 100000 |
Color Harmonies of #2CA200
Complementary color
Monochromatic Colors of #2CA200
Black with #2CA200
Text Example
Text Example
White with #2CA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA200; }
p { color: rgb(44,162,0); }
H1.HeaderClassName
{
color: #2CA200;
}
.AnyTagClassName
{
color: #2CA200;
}
</style>
background-color css
<style>
a { background-color: #2CA200; }
a { background-color: rgb(44,162,0); }
div.DivClassName
{
background-color: #2CA200;
}
.BgClassName
{
background-color: #2CA200;
}
</style>
border-color css
<style>
span { border-color: #2CA200; }
span { border-color: rgb(44,162,0); }
td.TdClassName
{
border-color: #2CA200;
}
.TagClassName
{
border-color: #2CA200;
}
</style>