Shades of Kelly Green #2ECD02
Tints of Kelly Green #2ECD02
RGB
CMYK
RGB Variations
Color information
#2ECD02 (or 0x2ECD02) is known color: Kelly Green. HEX triplet: 2E, CD and 02. RGB value is (46,205,2). Sum of RGB (Red+Green+Blue) = 46+205+2=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 205 (80.47% from 255 or 81.03% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECD02 is #D132FD. Grayscale: #868686. Windows color (decimal): -13710078 or 183598. OLE color: 183598.
HSL color Cylindrical-coordinate representation of color #2ECD02: hue angle of 107º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2ECD02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.20 |
| HSL | 107º | 0.98% | 0.41% | - |
| HSV(B) | 107º | 0.99% | 0.8% | - |
| XYZ | 22.97 | 44.25 | 7.39 | - |
| YUV | 134.32 | 53.32 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 2 | 0.78 | 0 | 0.99 | 0.20 | 107 | 0.98 | 0.41 |
| Hex | 2E | CD | 2 | 4E | 0 | 63 | 14 | 6B | 62 | 29 |
| Octal | 56 | 315 | 2 | 116 | 0 | 143 | 24 | 153 | 142 | 51 |
| Binary | 101110 | 11001101 | 10 | 1001110 | 0 | 1100011 | 10100 | 1101011 | 1100010 | 101001 |
Color Harmonies of #2ECD02
Complementary color
Monochromatic Colors of #2ECD02
Black with #2ECD02
Text Example
Text Example
White with #2ECD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD02; }
p { color: rgb(46,205,2); }
H1.HeaderClassName
{
color: #2ECD02;
}
.AnyTagClassName
{
color: #2ECD02;
}
</style>
background-color css
<style>
a { background-color: #2ECD02; }
a { background-color: rgb(46,205,2); }
div.DivClassName
{
background-color: #2ECD02;
}
.BgClassName
{
background-color: #2ECD02;
}
</style>
border-color css
<style>
span { border-color: #2ECD02; }
span { border-color: rgb(46,205,2); }
td.TdClassName
{
border-color: #2ECD02;
}
.TagClassName
{
border-color: #2ECD02;
}
</style>