Shades of Kelly Green #2CA402
Tints of Kelly Green #2CA402
RGB
CMYK
RGB Variations
Color information
#2CA402 (or 0x2CA402) is known color: Kelly Green. HEX triplet: 2C, A4 and 02. RGB value is (44,164,2). Sum of RGB (Red+Green+Blue) = 44+164+2=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 164 (64.45% from 255 or 78.10% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA402 is #D35BFD. Grayscale: #6E6E6E. Windows color (decimal): -13851646 or 173100. OLE color: 173100.
HSL color Cylindrical-coordinate representation of color #2CA402: hue angle of 104.44º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CA402 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 164 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.36 |
| HSL | 104.44º | 0.98% | 0.33% | - |
| HSV(B) | 104.44º | 0.99% | 0.64% | - |
| XYZ | 14.33 | 27.09 | 4.53 | - |
| YUV | 109.65 | 67.24 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 164 | 2 | 0.73 | 0 | 0.99 | 0.36 | 104.44 | 0.98 | 0.33 |
| Hex | 2C | A4 | 2 | 49 | 0 | 63 | 24 | 68 | 62 | 21 |
| Octal | 54 | 244 | 2 | 111 | 0 | 143 | 44 | 150 | 142 | 41 |
| Binary | 101100 | 10100100 | 10 | 1001001 | 0 | 1100011 | 100100 | 1101000 | 1100010 | 100001 |
Color Harmonies of #2CA402
Complementary color
Monochromatic Colors of #2CA402
Black with #2CA402
Text Example
Text Example
White with #2CA402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA402; }
p { color: rgb(44,164,2); }
H1.HeaderClassName
{
color: #2CA402;
}
.AnyTagClassName
{
color: #2CA402;
}
</style>
background-color css
<style>
a { background-color: #2CA402; }
a { background-color: rgb(44,164,2); }
div.DivClassName
{
background-color: #2CA402;
}
.BgClassName
{
background-color: #2CA402;
}
</style>
border-color css
<style>
span { border-color: #2CA402; }
span { border-color: rgb(44,164,2); }
td.TdClassName
{
border-color: #2CA402;
}
.TagClassName
{
border-color: #2CA402;
}
</style>