Shades of Kelly Green #2CAE02
Tints of Kelly Green #2CAE02
RGB
CMYK
RGB Variations
Color information
#2CAE02 (or 0x2CAE02) is known color: Kelly Green. HEX triplet: 2C, AE and 02. RGB value is (44,174,2). Sum of RGB (Red+Green+Blue) = 44+174+2=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 174 (68.36% from 255 or 79.09% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAE02 is #D351FD. Grayscale: #747474. Windows color (decimal): -13849086 or 175660. OLE color: 175660.
HSL color Cylindrical-coordinate representation of color #2CAE02: hue angle of 105.35º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CAE02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 174 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.32 |
| HSL | 105.35º | 0.98% | 0.35% | - |
| HSV(B) | 105.35º | 0.99% | 0.68% | - |
| XYZ | 16.19 | 30.81 | 5.15 | - |
| YUV | 115.52 | 63.93 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 174 | 2 | 0.75 | 0 | 0.99 | 0.32 | 105.35 | 0.98 | 0.35 |
| Hex | 2C | AE | 2 | 4B | 0 | 63 | 20 | 69 | 62 | 23 |
| Octal | 54 | 256 | 2 | 113 | 0 | 143 | 40 | 151 | 142 | 43 |
| Binary | 101100 | 10101110 | 10 | 1001011 | 0 | 1100011 | 100000 | 1101001 | 1100010 | 100011 |
Color Harmonies of #2CAE02
Complementary color
Monochromatic Colors of #2CAE02
Black with #2CAE02
Text Example
Text Example
White with #2CAE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAE02; }
p { color: rgb(44,174,2); }
H1.HeaderClassName
{
color: #2CAE02;
}
.AnyTagClassName
{
color: #2CAE02;
}
</style>
background-color css
<style>
a { background-color: #2CAE02; }
a { background-color: rgb(44,174,2); }
div.DivClassName
{
background-color: #2CAE02;
}
.BgClassName
{
background-color: #2CAE02;
}
</style>
border-color css
<style>
span { border-color: #2CAE02; }
span { border-color: rgb(44,174,2); }
td.TdClassName
{
border-color: #2CAE02;
}
.TagClassName
{
border-color: #2CAE02;
}
</style>