Shades of Kelly Green #2CC104
Tints of Kelly Green #2CC104
RGB
CMYK
RGB Variations
Color information
#2CC104 (or 0x2CC104) is known color: Kelly Green. HEX triplet: 2C, C1 and 04. RGB value is (44,193,4). Sum of RGB (Red+Green+Blue) = 44+193+4=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 193 (75.78% from 255 or 80.08% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC104 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC104 is #D33EFB. Grayscale: #7F7F7F. Windows color (decimal): -13844220 or 311596. OLE color: 311596.
HSL color Cylindrical-coordinate representation of color #2CC104: hue angle of 107.3º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CC104 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 4 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.24 |
| HSL | 107.3º | 0.96% | 0.39% | - |
| HSV(B) | 107.3º | 0.98% | 0.76% | - |
| XYZ | 20.13 | 38.68 | 6.52 | - |
| YUV | 126.9 | 58.64 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 4 | 0.77 | 0 | 0.98 | 0.24 | 107.3 | 0.96 | 0.39 |
| Hex | 2C | C1 | 4 | 4D | 0 | 62 | 18 | 6B | 60 | 27 |
| Octal | 54 | 301 | 4 | 115 | 0 | 142 | 30 | 153 | 140 | 47 |
| Binary | 101100 | 11000001 | 100 | 1001101 | 0 | 1100010 | 11000 | 1101011 | 1100000 | 100111 |
Color Harmonies of #2CC104
Complementary color
Monochromatic Colors of #2CC104
Black with #2CC104
Text Example
Text Example
White with #2CC104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC104; }
p { color: rgb(44,193,4); }
H1.HeaderClassName
{
color: #2CC104;
}
.AnyTagClassName
{
color: #2CC104;
}
</style>
background-color css
<style>
a { background-color: #2CC104; }
a { background-color: rgb(44,193,4); }
div.DivClassName
{
background-color: #2CC104;
}
.BgClassName
{
background-color: #2CC104;
}
</style>
border-color css
<style>
span { border-color: #2CC104; }
span { border-color: rgb(44,193,4); }
td.TdClassName
{
border-color: #2CC104;
}
.TagClassName
{
border-color: #2CC104;
}
</style>