Shades of Kelly Green #2CCF07
Tints of Kelly Green #2CCF07
RGB
CMYK
RGB Variations
Color information
#2CCF07 (or 0x2CCF07) is known color: Kelly Green. HEX triplet: 2C, CF and 07. RGB value is (44,207,7). Sum of RGB (Red+Green+Blue) = 44+207+7=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 207 (81.25% from 255 or 80.23% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCF07 is #D330F8. Grayscale: #888888. Windows color (decimal): -13840633 or 511788. OLE color: 511788.
HSL color Cylindrical-coordinate representation of color #2CCF07: hue angle of 108.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CCF07 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 7 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.19 |
| HSL | 108.9º | 0.93% | 0.42% | - |
| HSV(B) | 108.9º | 0.97% | 0.81% | - |
| XYZ | 23.39 | 45.18 | 7.69 | - |
| YUV | 135.46 | 55.5 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 7 | 0.79 | 0 | 0.97 | 0.19 | 108.9 | 0.93 | 0.42 |
| Hex | 2C | CF | 7 | 4F | 0 | 61 | 13 | 6D | 5D | 2A |
| Octal | 54 | 317 | 7 | 117 | 0 | 141 | 23 | 155 | 135 | 52 |
| Binary | 101100 | 11001111 | 111 | 1001111 | 0 | 1100001 | 10011 | 1101101 | 1011101 | 101010 |
Color Harmonies of #2CCF07
Complementary color
Monochromatic Colors of #2CCF07
Black with #2CCF07
Text Example
Text Example
White with #2CCF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCF07; }
p { color: rgb(44,207,7); }
H1.HeaderClassName
{
color: #2CCF07;
}
.AnyTagClassName
{
color: #2CCF07;
}
</style>
background-color css
<style>
a { background-color: #2CCF07; }
a { background-color: rgb(44,207,7); }
div.DivClassName
{
background-color: #2CCF07;
}
.BgClassName
{
background-color: #2CCF07;
}
</style>
border-color css
<style>
span { border-color: #2CCF07; }
span { border-color: rgb(44,207,7); }
td.TdClassName
{
border-color: #2CCF07;
}
.TagClassName
{
border-color: #2CCF07;
}
</style>