Shades of Kelly Green #2ECA08
Tints of Kelly Green #2ECA08
RGB
CMYK
RGB Variations
Color information
#2ECA08 (or 0x2ECA08) is known color: Kelly Green. HEX triplet: 2E, CA and 08. RGB value is (46,202,8). Sum of RGB (Red+Green+Blue) = 46+202+8=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 202 (79.30% from 255 or 78.91% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECA08 is #D135F7. Grayscale: #858585. Windows color (decimal): -13710840 or 576046. OLE color: 576046.
HSL color Cylindrical-coordinate representation of color #2ECA08: hue angle of 108.25º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2ECA08 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.21 |
| HSL | 108.25º | 0.92% | 0.41% | - |
| HSV(B) | 108.25º | 0.96% | 0.79% | - |
| XYZ | 22.29 | 42.84 | 7.32 | - |
| YUV | 133.24 | 57.32 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 8 | 0.77 | 0 | 0.96 | 0.21 | 108.25 | 0.92 | 0.41 |
| Hex | 2E | CA | 8 | 4D | 0 | 60 | 15 | 6C | 5C | 29 |
| Octal | 56 | 312 | 10 | 115 | 0 | 140 | 25 | 154 | 134 | 51 |
| Binary | 101110 | 11001010 | 1000 | 1001101 | 0 | 1100000 | 10101 | 1101100 | 1011100 | 101001 |
Color Harmonies of #2ECA08
Complementary color
Monochromatic Colors of #2ECA08
Black with #2ECA08
Text Example
Text Example
White with #2ECA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA08; }
p { color: rgb(46,202,8); }
H1.HeaderClassName
{
color: #2ECA08;
}
.AnyTagClassName
{
color: #2ECA08;
}
</style>
background-color css
<style>
a { background-color: #2ECA08; }
a { background-color: rgb(46,202,8); }
div.DivClassName
{
background-color: #2ECA08;
}
.BgClassName
{
background-color: #2ECA08;
}
</style>
border-color css
<style>
span { border-color: #2ECA08; }
span { border-color: rgb(46,202,8); }
td.TdClassName
{
border-color: #2ECA08;
}
.TagClassName
{
border-color: #2ECA08;
}
</style>