Shades of Kelly Green #2ECF06
Tints of Kelly Green #2ECF06
RGB
CMYK
RGB Variations
Color information
#2ECF06 (or 0x2ECF06) is known color: Kelly Green. HEX triplet: 2E, CF and 06. RGB value is (46,207,6). Sum of RGB (Red+Green+Blue) = 46+207+6=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 207 (81.25% from 255 or 79.92% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECF06 is #D130F9. Grayscale: #888888. Windows color (decimal): -13709562 or 446254. OLE color: 446254.
HSL color Cylindrical-coordinate representation of color #2ECF06: hue angle of 108.06º degrees, saturation: 0.94, 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 #2ECF06 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 6 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.19 |
| HSL | 108.06º | 0.94% | 0.42% | - |
| HSV(B) | 108.06º | 0.97% | 0.81% | - |
| XYZ | 23.47 | 45.22 | 7.66 | - |
| YUV | 135.95 | 54.66 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 6 | 0.78 | 0 | 0.97 | 0.19 | 108.06 | 0.94 | 0.42 |
| Hex | 2E | CF | 6 | 4E | 0 | 61 | 13 | 6C | 5E | 2A |
| Octal | 56 | 317 | 6 | 116 | 0 | 141 | 23 | 154 | 136 | 52 |
| Binary | 101110 | 11001111 | 110 | 1001110 | 0 | 1100001 | 10011 | 1101100 | 1011110 | 101010 |
Color Harmonies of #2ECF06
Complementary color
Monochromatic Colors of #2ECF06
Black with #2ECF06
Text Example
Text Example
White with #2ECF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF06; }
p { color: rgb(46,207,6); }
H1.HeaderClassName
{
color: #2ECF06;
}
.AnyTagClassName
{
color: #2ECF06;
}
</style>
background-color css
<style>
a { background-color: #2ECF06; }
a { background-color: rgb(46,207,6); }
div.DivClassName
{
background-color: #2ECF06;
}
.BgClassName
{
background-color: #2ECF06;
}
</style>
border-color css
<style>
span { border-color: #2ECF06; }
span { border-color: rgb(46,207,6); }
td.TdClassName
{
border-color: #2ECF06;
}
.TagClassName
{
border-color: #2ECF06;
}
</style>