Shades of Kelly Green #2CC205
Tints of Kelly Green #2CC205
RGB
CMYK
RGB Variations
Color information
#2CC205 (or 0x2CC205) is known color: Kelly Green. HEX triplet: 2C, C2 and 05. RGB value is (44,194,5). Sum of RGB (Red+Green+Blue) = 44+194+5=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC205 is #D33DFA. Grayscale: #808080. Windows color (decimal): -13843963 or 377388. OLE color: 377388.
HSL color Cylindrical-coordinate representation of color #2CC205: hue angle of 107.62º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CC205 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 194 | 5 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.24 |
| HSL | 107.62º | 0.95% | 0.39% | - |
| HSV(B) | 107.62º | 0.97% | 0.76% | - |
| XYZ | 20.36 | 39.13 | 6.62 | - |
| YUV | 127.6 | 58.81 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 194 | 5 | 0.77 | 0 | 0.97 | 0.24 | 107.62 | 0.95 | 0.39 |
| Hex | 2C | C2 | 5 | 4D | 0 | 61 | 18 | 6C | 5F | 27 |
| Octal | 54 | 302 | 5 | 115 | 0 | 141 | 30 | 154 | 137 | 47 |
| Binary | 101100 | 11000010 | 101 | 1001101 | 0 | 1100001 | 11000 | 1101100 | 1011111 | 100111 |
Color Harmonies of #2CC205
Complementary color
Monochromatic Colors of #2CC205
Black with #2CC205
Text Example
Text Example
White with #2CC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC205; }
p { color: rgb(44,194,5); }
H1.HeaderClassName
{
color: #2CC205;
}
.AnyTagClassName
{
color: #2CC205;
}
</style>
background-color css
<style>
a { background-color: #2CC205; }
a { background-color: rgb(44,194,5); }
div.DivClassName
{
background-color: #2CC205;
}
.BgClassName
{
background-color: #2CC205;
}
</style>
border-color css
<style>
span { border-color: #2CC205; }
span { border-color: rgb(44,194,5); }
td.TdClassName
{
border-color: #2CC205;
}
.TagClassName
{
border-color: #2CC205;
}
</style>