Shades of Kelly Green #2CC50D
Tints of Kelly Green #2CC50D
RGB
CMYK
RGB Variations
Color information
#2CC50D (or 0x2CC50D) is known color: Kelly Green. HEX triplet: 2C, C5 and 0D. RGB value is (44,197,13). Sum of RGB (Red+Green+Blue) = 44+197+13=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 197 (77.34% from 255 or 77.56% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC50D is #D33AF2. Grayscale: #828282. Windows color (decimal): -13843187 or 902444. OLE color: 902444.
HSL color Cylindrical-coordinate representation of color #2CC50D: hue angle of 109.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CC50D is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 13 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.23 |
| HSL | 109.89º | 0.88% | 0.41% | - |
| HSV(B) | 109.89º | 0.93% | 0.77% | - |
| XYZ | 21.08 | 40.5 | 7.09 | - |
| YUV | 130.28 | 61.81 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 13 | 0.78 | 0 | 0.93 | 0.23 | 109.89 | 0.88 | 0.41 |
| Hex | 2C | C5 | D | 4E | 0 | 5D | 17 | 6E | 58 | 29 |
| Octal | 54 | 305 | 15 | 116 | 0 | 135 | 27 | 156 | 130 | 51 |
| Binary | 101100 | 11000101 | 1101 | 1001110 | 0 | 1011101 | 10111 | 1101110 | 1011000 | 101001 |
Color Harmonies of #2CC50D
Complementary color
Monochromatic Colors of #2CC50D
Black with #2CC50D
Text Example
Text Example
White with #2CC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC50D; }
p { color: rgb(44,197,13); }
H1.HeaderClassName
{
color: #2CC50D;
}
.AnyTagClassName
{
color: #2CC50D;
}
</style>
background-color css
<style>
a { background-color: #2CC50D; }
a { background-color: rgb(44,197,13); }
div.DivClassName
{
background-color: #2CC50D;
}
.BgClassName
{
background-color: #2CC50D;
}
</style>
border-color css
<style>
span { border-color: #2CC50D; }
span { border-color: rgb(44,197,13); }
td.TdClassName
{
border-color: #2CC50D;
}
.TagClassName
{
border-color: #2CC50D;
}
</style>