Shades of Kelly Green #2CAB04
Tints of Kelly Green #2CAB04
RGB
CMYK
RGB Variations
Color information
#2CAB04 (or 0x2CAB04) is known color: Kelly Green. HEX triplet: 2C, AB and 04. RGB value is (44,171,4). Sum of RGB (Red+Green+Blue) = 44+171+4=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 171 (67.19% from 255 or 78.08% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAB04 is #D354FB. Grayscale: #727272. Windows color (decimal): -13849852 or 305964. OLE color: 305964.
HSL color Cylindrical-coordinate representation of color #2CAB04: hue angle of 105.63º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CAB04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 171 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.33 |
| HSL | 105.63º | 0.95% | 0.34% | - |
| HSV(B) | 105.63º | 0.98% | 0.67% | - |
| XYZ | 15.62 | 29.67 | 5.02 | - |
| YUV | 113.99 | 65.92 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 4 | 0.74 | 0 | 0.98 | 0.33 | 105.63 | 0.95 | 0.34 |
| Hex | 2C | AB | 4 | 4A | 0 | 62 | 21 | 6A | 5F | 22 |
| Octal | 54 | 253 | 4 | 112 | 0 | 142 | 41 | 152 | 137 | 42 |
| Binary | 101100 | 10101011 | 100 | 1001010 | 0 | 1100010 | 100001 | 1101010 | 1011111 | 100010 |
Color Harmonies of #2CAB04
Complementary color
Monochromatic Colors of #2CAB04
Black with #2CAB04
Text Example
Text Example
White with #2CAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAB04; }
p { color: rgb(44,171,4); }
H1.HeaderClassName
{
color: #2CAB04;
}
.AnyTagClassName
{
color: #2CAB04;
}
</style>
background-color css
<style>
a { background-color: #2CAB04; }
a { background-color: rgb(44,171,4); }
div.DivClassName
{
background-color: #2CAB04;
}
.BgClassName
{
background-color: #2CAB04;
}
</style>
border-color css
<style>
span { border-color: #2CAB04; }
span { border-color: rgb(44,171,4); }
td.TdClassName
{
border-color: #2CAB04;
}
.TagClassName
{
border-color: #2CAB04;
}
</style>