Shades of Kelly Green #2ECF05
Tints of Kelly Green #2ECF05
RGB
CMYK
RGB Variations
Color information
#2ECF05 (or 0x2ECF05) is known color: Kelly Green. HEX triplet: 2E, CF and 05. RGB value is (46,207,5). Sum of RGB (Red+Green+Blue) = 46+207+5=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 207 (81.25% from 255 or 80.23% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECF05 is #D130FA. Grayscale: #888888. Windows color (decimal): -13709563 or 380718. OLE color: 380718.
HSL color Cylindrical-coordinate representation of color #2ECF05: hue angle of 107.82º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2ECF05 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 5 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.19 |
| HSL | 107.82º | 0.95% | 0.42% | - |
| HSV(B) | 107.82º | 0.98% | 0.81% | - |
| XYZ | 23.47 | 45.22 | 7.63 | - |
| YUV | 135.83 | 54.16 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 5 | 0.78 | 0 | 0.98 | 0.19 | 107.82 | 0.95 | 0.42 |
| Hex | 2E | CF | 5 | 4E | 0 | 62 | 13 | 6C | 5F | 2A |
| Octal | 56 | 317 | 5 | 116 | 0 | 142 | 23 | 154 | 137 | 52 |
| Binary | 101110 | 11001111 | 101 | 1001110 | 0 | 1100010 | 10011 | 1101100 | 1011111 | 101010 |
Color Harmonies of #2ECF05
Complementary color
Monochromatic Colors of #2ECF05
Black with #2ECF05
Text Example
Text Example
White with #2ECF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF05; }
p { color: rgb(46,207,5); }
H1.HeaderClassName
{
color: #2ECF05;
}
.AnyTagClassName
{
color: #2ECF05;
}
</style>
background-color css
<style>
a { background-color: #2ECF05; }
a { background-color: rgb(46,207,5); }
div.DivClassName
{
background-color: #2ECF05;
}
.BgClassName
{
background-color: #2ECF05;
}
</style>
border-color css
<style>
span { border-color: #2ECF05; }
span { border-color: rgb(46,207,5); }
td.TdClassName
{
border-color: #2ECF05;
}
.TagClassName
{
border-color: #2ECF05;
}
</style>