Shades of Kelly Green #2CD008
Tints of Kelly Green #2CD008
RGB
CMYK
RGB Variations
Color information
#2CD008 (or 0x2CD008) is known color: Kelly Green. HEX triplet: 2C, D0 and 08. RGB value is (44,208,8). Sum of RGB (Red+Green+Blue) = 44+208+8=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 208 (81.64% from 255 or 80% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD008 is #D32FF7. Grayscale: #888888. Windows color (decimal): -13840376 or 577580. OLE color: 577580.
HSL color Cylindrical-coordinate representation of color #2CD008: hue angle of 109.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CD008 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 208 | 8 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.18 |
| HSL | 109.2º | 0.93% | 0.42% | - |
| HSV(B) | 109.2º | 0.96% | 0.82% | - |
| XYZ | 23.64 | 45.66 | 7.8 | - |
| YUV | 136.16 | 55.67 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 208 | 8 | 0.79 | 0 | 0.96 | 0.18 | 109.2 | 0.93 | 0.42 |
| Hex | 2C | D0 | 8 | 4F | 0 | 60 | 12 | 6D | 5D | 2A |
| Octal | 54 | 320 | 10 | 117 | 0 | 140 | 22 | 155 | 135 | 52 |
| Binary | 101100 | 11010000 | 1000 | 1001111 | 0 | 1100000 | 10010 | 1101101 | 1011101 | 101010 |
Color Harmonies of #2CD008
Complementary color
Monochromatic Colors of #2CD008
Black with #2CD008
Text Example
Text Example
White with #2CD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD008; }
p { color: rgb(44,208,8); }
H1.HeaderClassName
{
color: #2CD008;
}
.AnyTagClassName
{
color: #2CD008;
}
</style>
background-color css
<style>
a { background-color: #2CD008; }
a { background-color: rgb(44,208,8); }
div.DivClassName
{
background-color: #2CD008;
}
.BgClassName
{
background-color: #2CD008;
}
</style>
border-color css
<style>
span { border-color: #2CD008; }
span { border-color: rgb(44,208,8); }
td.TdClassName
{
border-color: #2CD008;
}
.TagClassName
{
border-color: #2CD008;
}
</style>