Shades of Kelly Green #2CBE07
Tints of Kelly Green #2CBE07
RGB
CMYK
RGB Variations
Color information
#2CBE07 (or 0x2CBE07) is known color: Kelly Green. HEX triplet: 2C, BE and 07. RGB value is (44,190,7). Sum of RGB (Red+Green+Blue) = 44+190+7=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 190 (74.61% from 255 or 78.84% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBE07 is #D341F8. Grayscale: #7E7E7E. Windows color (decimal): -13844985 or 507436. OLE color: 507436.
HSL color Cylindrical-coordinate representation of color #2CBE07: hue angle of 107.87º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CBE07 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 7 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.25 |
| HSL | 107.87º | 0.93% | 0.39% | - |
| HSV(B) | 107.87º | 0.96% | 0.75% | - |
| XYZ | 19.49 | 37.38 | 6.39 | - |
| YUV | 125.48 | 61.13 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 7 | 0.77 | 0 | 0.96 | 0.25 | 107.87 | 0.93 | 0.39 |
| Hex | 2C | BE | 7 | 4D | 0 | 60 | 19 | 6C | 5D | 27 |
| Octal | 54 | 276 | 7 | 115 | 0 | 140 | 31 | 154 | 135 | 47 |
| Binary | 101100 | 10111110 | 111 | 1001101 | 0 | 1100000 | 11001 | 1101100 | 1011101 | 100111 |
Color Harmonies of #2CBE07
Complementary color
Monochromatic Colors of #2CBE07
Black with #2CBE07
Text Example
Text Example
White with #2CBE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBE07; }
p { color: rgb(44,190,7); }
H1.HeaderClassName
{
color: #2CBE07;
}
.AnyTagClassName
{
color: #2CBE07;
}
</style>
background-color css
<style>
a { background-color: #2CBE07; }
a { background-color: rgb(44,190,7); }
div.DivClassName
{
background-color: #2CBE07;
}
.BgClassName
{
background-color: #2CBE07;
}
</style>
border-color css
<style>
span { border-color: #2CBE07; }
span { border-color: rgb(44,190,7); }
td.TdClassName
{
border-color: #2CBE07;
}
.TagClassName
{
border-color: #2CBE07;
}
</style>