Shades of Kelly Green #2CBE0F
Tints of Kelly Green #2CBE0F
RGB
CMYK
RGB Variations
Color information
#2CBE0F (or 0x2CBE0F) is known color: Kelly Green. HEX triplet: 2C, BE and 0F. RGB value is (44,190,15). Sum of RGB (Red+Green+Blue) = 44+190+15=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 190 (74.61% from 255 or 76.31% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBE0F is #D341F0. Grayscale: #7E7E7E. Windows color (decimal): -13844977 or 1031724. OLE color: 1031724.
HSL color Cylindrical-coordinate representation of color #2CBE0F: hue angle of 110.06º degrees, saturation: 0.85, 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 #2CBE0F is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 15 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.25 |
| HSL | 110.06º | 0.85% | 0.4% | - |
| HSV(B) | 110.06º | 0.92% | 0.75% | - |
| XYZ | 19.54 | 37.4 | 6.64 | - |
| YUV | 126.4 | 65.13 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 15 | 0.77 | 0 | 0.92 | 0.25 | 110.06 | 0.85 | 0.4 |
| Hex | 2C | BE | F | 4D | 0 | 5C | 19 | 6E | 55 | 28 |
| Octal | 54 | 276 | 17 | 115 | 0 | 134 | 31 | 156 | 125 | 50 |
| Binary | 101100 | 10111110 | 1111 | 1001101 | 0 | 1011100 | 11001 | 1101110 | 1010101 | 101000 |
Color Harmonies of #2CBE0F
Complementary color
Monochromatic Colors of #2CBE0F
Black with #2CBE0F
Text Example
Text Example
White with #2CBE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBE0F; }
p { color: rgb(44,190,15); }
H1.HeaderClassName
{
color: #2CBE0F;
}
.AnyTagClassName
{
color: #2CBE0F;
}
</style>
background-color css
<style>
a { background-color: #2CBE0F; }
a { background-color: rgb(44,190,15); }
div.DivClassName
{
background-color: #2CBE0F;
}
.BgClassName
{
background-color: #2CBE0F;
}
</style>
border-color css
<style>
span { border-color: #2CBE0F; }
span { border-color: rgb(44,190,15); }
td.TdClassName
{
border-color: #2CBE0F;
}
.TagClassName
{
border-color: #2CBE0F;
}
</style>