Shades of Kelly Green #2EB21C
Tints of Kelly Green #2EB21C
RGB
CMYK
RGB Variations
Color information
#2EB21C (or 0x2EB21C) is known color: Kelly Green. HEX triplet: 2E, B2 and 1C. RGB value is (46,178,28). Sum of RGB (Red+Green+Blue) = 46+178+28=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 178 (69.92% from 255 or 70.63% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB21C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB21C is #D14DE3. Grayscale: #797979. Windows color (decimal): -13716964 or 1880622. OLE color: 1880622.
HSL color Cylindrical-coordinate representation of color #2EB21C: hue angle of 112.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EB21C is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 28 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.30 |
| HSL | 112.8º | 0.73% | 0.4% | - |
| HSV(B) | 112.8º | 0.84% | 0.7% | - |
| XYZ | 17.26 | 32.51 | 6.46 | - |
| YUV | 121.43 | 75.27 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 28 | 0.74 | 0 | 0.84 | 0.30 | 112.8 | 0.73 | 0.4 |
| Hex | 2E | B2 | 1C | 4A | 0 | 54 | 1E | 71 | 49 | 28 |
| Octal | 56 | 262 | 34 | 112 | 0 | 124 | 36 | 161 | 111 | 50 |
| Binary | 101110 | 10110010 | 11100 | 1001010 | 0 | 1010100 | 11110 | 1110001 | 1001001 | 101000 |
Color Harmonies of #2EB21C
Complementary color
Monochromatic Colors of #2EB21C
Black with #2EB21C
Text Example
Text Example
White with #2EB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB21C; }
p { color: rgb(46,178,28); }
H1.HeaderClassName
{
color: #2EB21C;
}
.AnyTagClassName
{
color: #2EB21C;
}
</style>
background-color css
<style>
a { background-color: #2EB21C; }
a { background-color: rgb(46,178,28); }
div.DivClassName
{
background-color: #2EB21C;
}
.BgClassName
{
background-color: #2EB21C;
}
</style>
border-color css
<style>
span { border-color: #2EB21C; }
span { border-color: rgb(46,178,28); }
td.TdClassName
{
border-color: #2EB21C;
}
.TagClassName
{
border-color: #2EB21C;
}
</style>