Shades of Kelly Green #2CBE10
Tints of Kelly Green #2CBE10
RGB
CMYK
RGB Variations
Color information
#2CBE10 (or 0x2CBE10) is known color: Kelly Green. HEX triplet: 2C, BE and 10. RGB value is (44,190,16). Sum of RGB (Red+Green+Blue) = 44+190+16=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 190 (74.61% from 255 or 76% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBE10 is #D341EF. Grayscale: #7F7F7F. Windows color (decimal): -13844976 or 1097260. OLE color: 1097260.
HSL color Cylindrical-coordinate representation of color #2CBE10: hue angle of 110.34º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CBE10 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 16 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.25 |
| HSL | 110.34º | 0.84% | 0.4% | - |
| HSV(B) | 110.34º | 0.92% | 0.75% | - |
| XYZ | 19.55 | 37.4 | 6.68 | - |
| YUV | 126.51 | 65.63 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 16 | 0.77 | 0 | 0.92 | 0.25 | 110.34 | 0.84 | 0.4 |
| Hex | 2C | BE | 10 | 4D | 0 | 5C | 19 | 6E | 54 | 28 |
| Octal | 54 | 276 | 20 | 115 | 0 | 134 | 31 | 156 | 124 | 50 |
| Binary | 101100 | 10111110 | 10000 | 1001101 | 0 | 1011100 | 11001 | 1101110 | 1010100 | 101000 |
Color Harmonies of #2CBE10
Complementary color
Monochromatic Colors of #2CBE10
Black with #2CBE10
Text Example
Text Example
White with #2CBE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBE10; }
p { color: rgb(44,190,16); }
H1.HeaderClassName
{
color: #2CBE10;
}
.AnyTagClassName
{
color: #2CBE10;
}
</style>
background-color css
<style>
a { background-color: #2CBE10; }
a { background-color: rgb(44,190,16); }
div.DivClassName
{
background-color: #2CBE10;
}
.BgClassName
{
background-color: #2CBE10;
}
</style>
border-color css
<style>
span { border-color: #2CBE10; }
span { border-color: rgb(44,190,16); }
td.TdClassName
{
border-color: #2CBE10;
}
.TagClassName
{
border-color: #2CBE10;
}
</style>