Shades of Kelly Green #2ECA10
Tints of Kelly Green #2ECA10
RGB
CMYK
RGB Variations
Color information
#2ECA10 (or 0x2ECA10) is known color: Kelly Green. HEX triplet: 2E, CA and 10. RGB value is (46,202,16). Sum of RGB (Red+Green+Blue) = 46+202+16=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 202 (79.30% from 255 or 76.52% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECA10 is #D135EF. Grayscale: #868686. Windows color (decimal): -13710832 or 1100334. OLE color: 1100334.
HSL color Cylindrical-coordinate representation of color #2ECA10: hue angle of 110.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ECA10 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 16 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.21 |
| HSL | 110.32º | 0.85% | 0.43% | - |
| HSV(B) | 110.32º | 0.92% | 0.79% | - |
| XYZ | 22.34 | 42.86 | 7.59 | - |
| YUV | 134.15 | 61.32 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 16 | 0.77 | 0 | 0.92 | 0.21 | 110.32 | 0.85 | 0.43 |
| Hex | 2E | CA | 10 | 4D | 0 | 5C | 15 | 6E | 55 | 2B |
| Octal | 56 | 312 | 20 | 115 | 0 | 134 | 25 | 156 | 125 | 53 |
| Binary | 101110 | 11001010 | 10000 | 1001101 | 0 | 1011100 | 10101 | 1101110 | 1010101 | 101011 |
Color Harmonies of #2ECA10
Complementary color
Monochromatic Colors of #2ECA10
Black with #2ECA10
Text Example
Text Example
White with #2ECA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA10; }
p { color: rgb(46,202,16); }
H1.HeaderClassName
{
color: #2ECA10;
}
.AnyTagClassName
{
color: #2ECA10;
}
</style>
background-color css
<style>
a { background-color: #2ECA10; }
a { background-color: rgb(46,202,16); }
div.DivClassName
{
background-color: #2ECA10;
}
.BgClassName
{
background-color: #2ECA10;
}
</style>
border-color css
<style>
span { border-color: #2ECA10; }
span { border-color: rgb(46,202,16); }
td.TdClassName
{
border-color: #2ECA10;
}
.TagClassName
{
border-color: #2ECA10;
}
</style>