Shades of Kelly Green #2CCD04
Tints of Kelly Green #2CCD04
RGB
CMYK
RGB Variations
Color information
#2CCD04 (or 0x2CCD04) is known color: Kelly Green. HEX triplet: 2C, CD and 04. RGB value is (44,205,4). Sum of RGB (Red+Green+Blue) = 44+205+4=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 205 (80.47% from 255 or 81.03% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCD04 is #D332FB. Grayscale: #868686. Windows color (decimal): -13841148 or 314668. OLE color: 314668.
HSL color Cylindrical-coordinate representation of color #2CCD04: hue angle of 108.06º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CCD04 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 4 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.20 |
| HSL | 108.06º | 0.96% | 0.41% | - |
| HSV(B) | 108.06º | 0.98% | 0.8% | - |
| XYZ | 22.89 | 44.21 | 7.44 | - |
| YUV | 133.95 | 54.66 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 4 | 0.79 | 0 | 0.98 | 0.20 | 108.06 | 0.96 | 0.41 |
| Hex | 2C | CD | 4 | 4F | 0 | 62 | 14 | 6C | 60 | 29 |
| Octal | 54 | 315 | 4 | 117 | 0 | 142 | 24 | 154 | 140 | 51 |
| Binary | 101100 | 11001101 | 100 | 1001111 | 0 | 1100010 | 10100 | 1101100 | 1100000 | 101001 |
Color Harmonies of #2CCD04
Complementary color
Monochromatic Colors of #2CCD04
Black with #2CCD04
Text Example
Text Example
White with #2CCD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCD04; }
p { color: rgb(44,205,4); }
H1.HeaderClassName
{
color: #2CCD04;
}
.AnyTagClassName
{
color: #2CCD04;
}
</style>
background-color css
<style>
a { background-color: #2CCD04; }
a { background-color: rgb(44,205,4); }
div.DivClassName
{
background-color: #2CCD04;
}
.BgClassName
{
background-color: #2CCD04;
}
</style>
border-color css
<style>
span { border-color: #2CCD04; }
span { border-color: rgb(44,205,4); }
td.TdClassName
{
border-color: #2CCD04;
}
.TagClassName
{
border-color: #2CCD04;
}
</style>