Shades of Kelly Green #2ECE0A
Tints of Kelly Green #2ECE0A
RGB
CMYK
RGB Variations
Color information
#2ECE0A (or 0x2ECE0A) is known color: Kelly Green. HEX triplet: 2E, CE and 0A. RGB value is (46,206,10). Sum of RGB (Red+Green+Blue) = 46+206+10=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 206 (80.86% from 255 or 78.63% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECE0A is #D131F5. Grayscale: #888888. Windows color (decimal): -13709814 or 708142. OLE color: 708142.
HSL color Cylindrical-coordinate representation of color #2ECE0A: hue angle of 108.98º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2ECE0A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 10 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.19 |
| HSL | 108.98º | 0.91% | 0.42% | - |
| HSV(B) | 108.98º | 0.95% | 0.81% | - |
| XYZ | 23.25 | 44.75 | 7.7 | - |
| YUV | 135.82 | 56.99 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 10 | 0.78 | 0 | 0.95 | 0.19 | 108.98 | 0.91 | 0.42 |
| Hex | 2E | CE | A | 4E | 0 | 5F | 13 | 6D | 5B | 2A |
| Octal | 56 | 316 | 12 | 116 | 0 | 137 | 23 | 155 | 133 | 52 |
| Binary | 101110 | 11001110 | 1010 | 1001110 | 0 | 1011111 | 10011 | 1101101 | 1011011 | 101010 |
Color Harmonies of #2ECE0A
Complementary color
Monochromatic Colors of #2ECE0A
Black with #2ECE0A
Text Example
Text Example
White with #2ECE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECE0A; }
p { color: rgb(46,206,10); }
H1.HeaderClassName
{
color: #2ECE0A;
}
.AnyTagClassName
{
color: #2ECE0A;
}
</style>
background-color css
<style>
a { background-color: #2ECE0A; }
a { background-color: rgb(46,206,10); }
div.DivClassName
{
background-color: #2ECE0A;
}
.BgClassName
{
background-color: #2ECE0A;
}
</style>
border-color css
<style>
span { border-color: #2ECE0A; }
span { border-color: rgb(46,206,10); }
td.TdClassName
{
border-color: #2ECE0A;
}
.TagClassName
{
border-color: #2ECE0A;
}
</style>