Shades of Kelly Green #2CA600
Tints of Kelly Green #2CA600
RGB
CMYK
RGB Variations
Color information
#2CA600 (or 0x2CA600) is known color: Kelly Green. HEX triplet: 2C, A6 and 00. RGB value is (44,166,0). Sum of RGB (Red+Green+Blue) = 44+166+0=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 166 (65.23% from 255 or 79.05% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA600 is #D359FF. Grayscale: #6F6F6F. Windows color (decimal): -13851136 or 42540. OLE color: 42540.
HSL color Cylindrical-coordinate representation of color #2CA600: hue angle of 104.1º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CA600 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.35 |
| HSL | 104.1º | 1% | 0.33% | - |
| HSV(B) | 104.1º | 1% | 0.65% | - |
| XYZ | 14.67 | 27.81 | 4.59 | - |
| YUV | 110.6 | 65.58 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 0 | 0.73 | 0 | 1 | 0.35 | 104.1 | 1 | 0.33 |
| Hex | 2C | A6 | 0 | 49 | 0 | 64 | 23 | 68 | 64 | 21 |
| Octal | 54 | 246 | 0 | 111 | 0 | 144 | 43 | 150 | 144 | 41 |
| Binary | 101100 | 10100110 | 0 | 1001001 | 0 | 1100100 | 100011 | 1101000 | 1100100 | 100001 |
Color Harmonies of #2CA600
Complementary color
Monochromatic Colors of #2CA600
Black with #2CA600
Text Example
Text Example
White with #2CA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA600; }
p { color: rgb(44,166,0); }
H1.HeaderClassName
{
color: #2CA600;
}
.AnyTagClassName
{
color: #2CA600;
}
</style>
background-color css
<style>
a { background-color: #2CA600; }
a { background-color: rgb(44,166,0); }
div.DivClassName
{
background-color: #2CA600;
}
.BgClassName
{
background-color: #2CA600;
}
</style>
border-color css
<style>
span { border-color: #2CA600; }
span { border-color: rgb(44,166,0); }
td.TdClassName
{
border-color: #2CA600;
}
.TagClassName
{
border-color: #2CA600;
}
</style>