Shades of Kelly Green #2EC003
Tints of Kelly Green #2EC003
RGB
CMYK
RGB Variations
Color information
#2EC003 (or 0x2EC003) is known color: Kelly Green. HEX triplet: 2E, C0 and 03. RGB value is (46,192,3). Sum of RGB (Red+Green+Blue) = 46+192+3=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC003 is #D13FFC. Grayscale: #7F7F7F. Windows color (decimal): -13713405 or 245806. OLE color: 245806.
HSL color Cylindrical-coordinate representation of color #2EC003: hue angle of 106.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EC003 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 3 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.25 |
| HSL | 106.35º | 0.97% | 0.38% | - |
| HSV(B) | 106.35º | 0.98% | 0.75% | - |
| XYZ | 19.99 | 38.29 | 6.42 | - |
| YUV | 126.8 | 58.13 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 3 | 0.76 | 0 | 0.98 | 0.25 | 106.35 | 0.97 | 0.38 |
| Hex | 2E | C0 | 3 | 4C | 0 | 62 | 19 | 6A | 61 | 26 |
| Octal | 56 | 300 | 3 | 114 | 0 | 142 | 31 | 152 | 141 | 46 |
| Binary | 101110 | 11000000 | 11 | 1001100 | 0 | 1100010 | 11001 | 1101010 | 1100001 | 100110 |
Color Harmonies of #2EC003
Complementary color
Monochromatic Colors of #2EC003
Black with #2EC003
Text Example
Text Example
White with #2EC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC003; }
p { color: rgb(46,192,3); }
H1.HeaderClassName
{
color: #2EC003;
}
.AnyTagClassName
{
color: #2EC003;
}
</style>
background-color css
<style>
a { background-color: #2EC003; }
a { background-color: rgb(46,192,3); }
div.DivClassName
{
background-color: #2EC003;
}
.BgClassName
{
background-color: #2EC003;
}
</style>
border-color css
<style>
span { border-color: #2EC003; }
span { border-color: rgb(46,192,3); }
td.TdClassName
{
border-color: #2EC003;
}
.TagClassName
{
border-color: #2EC003;
}
</style>