Shades of Kelly Green #2CA100
Tints of Kelly Green #2CA100
RGB
CMYK
RGB Variations
Color information
#2CA100 (or 0x2CA100) is known color: Kelly Green. HEX triplet: 2C, A1 and 00. RGB value is (44,161,0). Sum of RGB (Red+Green+Blue) = 44+161+0=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 161 (63.28% from 255 or 78.54% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA100 is #D35EFF. Grayscale: #6C6C6C. Windows color (decimal): -13852416 or 41260. OLE color: 41260.
HSL color Cylindrical-coordinate representation of color #2CA100: hue angle of 103.6º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CA100 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.37 |
| HSL | 103.6º | 1% | 0.32% | - |
| HSV(B) | 103.6º | 1% | 0.63% | - |
| XYZ | 13.78 | 26.03 | 4.3 | - |
| YUV | 107.66 | 67.24 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 0 | 0.73 | 0 | 1 | 0.37 | 103.6 | 1 | 0.32 |
| Hex | 2C | A1 | 0 | 49 | 0 | 64 | 25 | 68 | 64 | 20 |
| Octal | 54 | 241 | 0 | 111 | 0 | 144 | 45 | 150 | 144 | 40 |
| Binary | 101100 | 10100001 | 0 | 1001001 | 0 | 1100100 | 100101 | 1101000 | 1100100 | 100000 |
Color Harmonies of #2CA100
Complementary color
Monochromatic Colors of #2CA100
Black with #2CA100
Text Example
Text Example
White with #2CA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA100; }
p { color: rgb(44,161,0); }
H1.HeaderClassName
{
color: #2CA100;
}
.AnyTagClassName
{
color: #2CA100;
}
</style>
background-color css
<style>
a { background-color: #2CA100; }
a { background-color: rgb(44,161,0); }
div.DivClassName
{
background-color: #2CA100;
}
.BgClassName
{
background-color: #2CA100;
}
</style>
border-color css
<style>
span { border-color: #2CA100; }
span { border-color: rgb(44,161,0); }
td.TdClassName
{
border-color: #2CA100;
}
.TagClassName
{
border-color: #2CA100;
}
</style>