Shades of Kelly Green #2CCD08
Tints of Kelly Green #2CCD08
RGB
CMYK
RGB Variations
Color information
#2CCD08 (or 0x2CCD08) is known color: Kelly Green. HEX triplet: 2C, CD and 08. RGB value is (44,205,8). Sum of RGB (Red+Green+Blue) = 44+205+8=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 205 (80.47% from 255 or 79.77% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCD08 is #D332F7. Grayscale: #878787. Windows color (decimal): -13841144 or 576812. OLE color: 576812.
HSL color Cylindrical-coordinate representation of color #2CCD08: hue angle of 109.04º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CCD08 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 8 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.20 |
| HSL | 109.04º | 0.92% | 0.42% | - |
| HSV(B) | 109.04º | 0.96% | 0.8% | - |
| XYZ | 22.91 | 44.22 | 7.56 | - |
| YUV | 134.4 | 56.66 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 8 | 0.79 | 0 | 0.96 | 0.20 | 109.04 | 0.92 | 0.42 |
| Hex | 2C | CD | 8 | 4F | 0 | 60 | 14 | 6D | 5C | 2A |
| Octal | 54 | 315 | 10 | 117 | 0 | 140 | 24 | 155 | 134 | 52 |
| Binary | 101100 | 11001101 | 1000 | 1001111 | 0 | 1100000 | 10100 | 1101101 | 1011100 | 101010 |
Color Harmonies of #2CCD08
Complementary color
Monochromatic Colors of #2CCD08
Black with #2CCD08
Text Example
Text Example
White with #2CCD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCD08; }
p { color: rgb(44,205,8); }
H1.HeaderClassName
{
color: #2CCD08;
}
.AnyTagClassName
{
color: #2CCD08;
}
</style>
background-color css
<style>
a { background-color: #2CCD08; }
a { background-color: rgb(44,205,8); }
div.DivClassName
{
background-color: #2CCD08;
}
.BgClassName
{
background-color: #2CCD08;
}
</style>
border-color css
<style>
span { border-color: #2CCD08; }
span { border-color: rgb(44,205,8); }
td.TdClassName
{
border-color: #2CCD08;
}
.TagClassName
{
border-color: #2CCD08;
}
</style>