Shades of Kelly Green #2CC501
Tints of Kelly Green #2CC501
RGB
CMYK
RGB Variations
Color information
#2CC501 (or 0x2CC501) is known color: Kelly Green. HEX triplet: 2C, C5 and 01. RGB value is (44,197,1). Sum of RGB (Red+Green+Blue) = 44+197+1=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 197 (77.34% from 255 or 81.40% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC501 is #D33AFE. Grayscale: #818181. Windows color (decimal): -13843199 or 116012. OLE color: 116012.
HSL color Cylindrical-coordinate representation of color #2CC501: hue angle of 106.84º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CC501 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.23 |
| HSL | 106.84º | 0.99% | 0.39% | - |
| HSV(B) | 106.84º | 0.99% | 0.77% | - |
| XYZ | 21.01 | 40.47 | 6.73 | - |
| YUV | 128.91 | 55.81 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 1 | 0.78 | 0 | 0.99 | 0.23 | 106.84 | 0.99 | 0.39 |
| Hex | 2C | C5 | 1 | 4E | 0 | 63 | 17 | 6B | 63 | 27 |
| Octal | 54 | 305 | 1 | 116 | 0 | 143 | 27 | 153 | 143 | 47 |
| Binary | 101100 | 11000101 | 1 | 1001110 | 0 | 1100011 | 10111 | 1101011 | 1100011 | 100111 |
Color Harmonies of #2CC501
Complementary color
Monochromatic Colors of #2CC501
Black with #2CC501
Text Example
Text Example
White with #2CC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC501; }
p { color: rgb(44,197,1); }
H1.HeaderClassName
{
color: #2CC501;
}
.AnyTagClassName
{
color: #2CC501;
}
</style>
background-color css
<style>
a { background-color: #2CC501; }
a { background-color: rgb(44,197,1); }
div.DivClassName
{
background-color: #2CC501;
}
.BgClassName
{
background-color: #2CC501;
}
</style>
border-color css
<style>
span { border-color: #2CC501; }
span { border-color: rgb(44,197,1); }
td.TdClassName
{
border-color: #2CC501;
}
.TagClassName
{
border-color: #2CC501;
}
</style>