Shades of Kelly Green #2CB10C
Tints of Kelly Green #2CB10C
RGB
CMYK
RGB Variations
Color information
#2CB10C (or 0x2CB10C) is known color: Kelly Green. HEX triplet: 2C, B1 and 0C. RGB value is (44,177,12). Sum of RGB (Red+Green+Blue) = 44+177+12=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 177 (69.53% from 255 or 75.97% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB10C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB10C is #D34EF3. Grayscale: #767676. Windows color (decimal): -13848308 or 831788. OLE color: 831788.
HSL color Cylindrical-coordinate representation of color #2CB10C: hue angle of 108.36º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CB10C is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 177 | 12 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.31 |
| HSL | 108.36º | 0.87% | 0.37% | - |
| HSV(B) | 108.36º | 0.93% | 0.69% | - |
| XYZ | 16.83 | 32.01 | 5.64 | - |
| YUV | 118.42 | 67.94 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 177 | 12 | 0.75 | 0 | 0.93 | 0.31 | 108.36 | 0.87 | 0.37 |
| Hex | 2C | B1 | C | 4B | 0 | 5D | 1F | 6C | 57 | 25 |
| Octal | 54 | 261 | 14 | 113 | 0 | 135 | 37 | 154 | 127 | 45 |
| Binary | 101100 | 10110001 | 1100 | 1001011 | 0 | 1011101 | 11111 | 1101100 | 1010111 | 100101 |
Color Harmonies of #2CB10C
Complementary color
Monochromatic Colors of #2CB10C
Black with #2CB10C
Text Example
Text Example
White with #2CB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB10C; }
p { color: rgb(44,177,12); }
H1.HeaderClassName
{
color: #2CB10C;
}
.AnyTagClassName
{
color: #2CB10C;
}
</style>
background-color css
<style>
a { background-color: #2CB10C; }
a { background-color: rgb(44,177,12); }
div.DivClassName
{
background-color: #2CB10C;
}
.BgClassName
{
background-color: #2CB10C;
}
</style>
border-color css
<style>
span { border-color: #2CB10C; }
span { border-color: rgb(44,177,12); }
td.TdClassName
{
border-color: #2CB10C;
}
.TagClassName
{
border-color: #2CB10C;
}
</style>