Shades of Kelly Green #2ECB0A
Tints of Kelly Green #2ECB0A
RGB
CMYK
RGB Variations
Color information
#2ECB0A (or 0x2ECB0A) is known color: Kelly Green. HEX triplet: 2E, CB and 0A. RGB value is (46,203,10). Sum of RGB (Red+Green+Blue) = 46+203+10=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 203 (79.69% from 255 or 78.38% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECB0A is #D134F5. Grayscale: #868686. Windows color (decimal): -13710582 or 707374. OLE color: 707374.
HSL color Cylindrical-coordinate representation of color #2ECB0A: hue angle of 108.81º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2ECB0A is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 10 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.20 |
| HSL | 108.81º | 0.91% | 0.42% | - |
| HSV(B) | 108.81º | 0.95% | 0.8% | - |
| XYZ | 22.54 | 43.31 | 7.46 | - |
| YUV | 134.06 | 57.99 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 10 | 0.77 | 0 | 0.95 | 0.20 | 108.81 | 0.91 | 0.42 |
| Hex | 2E | CB | A | 4D | 0 | 5F | 14 | 6D | 5B | 2A |
| Octal | 56 | 313 | 12 | 115 | 0 | 137 | 24 | 155 | 133 | 52 |
| Binary | 101110 | 11001011 | 1010 | 1001101 | 0 | 1011111 | 10100 | 1101101 | 1011011 | 101010 |
Color Harmonies of #2ECB0A
Complementary color
Monochromatic Colors of #2ECB0A
Black with #2ECB0A
Text Example
Text Example
White with #2ECB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB0A; }
p { color: rgb(46,203,10); }
H1.HeaderClassName
{
color: #2ECB0A;
}
.AnyTagClassName
{
color: #2ECB0A;
}
</style>
background-color css
<style>
a { background-color: #2ECB0A; }
a { background-color: rgb(46,203,10); }
div.DivClassName
{
background-color: #2ECB0A;
}
.BgClassName
{
background-color: #2ECB0A;
}
</style>
border-color css
<style>
span { border-color: #2ECB0A; }
span { border-color: rgb(46,203,10); }
td.TdClassName
{
border-color: #2ECB0A;
}
.TagClassName
{
border-color: #2ECB0A;
}
</style>