Shades of Kelly Green #2CA601
Tints of Kelly Green #2CA601
RGB
CMYK
RGB Variations
Color information
#2CA601 (or 0x2CA601) is known color: Kelly Green. HEX triplet: 2C, A6 and 01. RGB value is (44,166,1). Sum of RGB (Red+Green+Blue) = 44+166+1=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 166 (65.23% from 255 or 78.67% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA601 is #D359FE. Grayscale: #6F6F6F. Windows color (decimal): -13851135 or 108076. OLE color: 108076.
HSL color Cylindrical-coordinate representation of color #2CA601: hue angle of 104.36º degrees, saturation: 0.99, 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 #2CA601 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.35 |
| HSL | 104.36º | 0.99% | 0.33% | - |
| HSV(B) | 104.36º | 0.99% | 0.65% | - |
| XYZ | 14.68 | 27.81 | 4.62 | - |
| YUV | 110.71 | 66.08 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 1 | 0.73 | 0 | 0.99 | 0.35 | 104.36 | 0.99 | 0.33 |
| Hex | 2C | A6 | 1 | 49 | 0 | 63 | 23 | 68 | 63 | 21 |
| Octal | 54 | 246 | 1 | 111 | 0 | 143 | 43 | 150 | 143 | 41 |
| Binary | 101100 | 10100110 | 1 | 1001001 | 0 | 1100011 | 100011 | 1101000 | 1100011 | 100001 |
Color Harmonies of #2CA601
Complementary color
Monochromatic Colors of #2CA601
Black with #2CA601
Text Example
Text Example
White with #2CA601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA601; }
p { color: rgb(44,166,1); }
H1.HeaderClassName
{
color: #2CA601;
}
.AnyTagClassName
{
color: #2CA601;
}
</style>
background-color css
<style>
a { background-color: #2CA601; }
a { background-color: rgb(44,166,1); }
div.DivClassName
{
background-color: #2CA601;
}
.BgClassName
{
background-color: #2CA601;
}
</style>
border-color css
<style>
span { border-color: #2CA601; }
span { border-color: rgb(44,166,1); }
td.TdClassName
{
border-color: #2CA601;
}
.TagClassName
{
border-color: #2CA601;
}
</style>