Shades of Kelly Green #2EB11B
Tints of Kelly Green #2EB11B
RGB
CMYK
RGB Variations
Color information
#2EB11B (or 0x2EB11B) is known color: Kelly Green. HEX triplet: 2E, B1 and 1B. RGB value is (46,177,27). Sum of RGB (Red+Green+Blue) = 46+177+27=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 177 (69.53% from 255 or 70.8% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB11B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB11B is #D14EE4. Grayscale: #797979. Windows color (decimal): -13717221 or 1814830. OLE color: 1814830.
HSL color Cylindrical-coordinate representation of color #2EB11B: hue angle of 112.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EB11B is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 177 | 27 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.31 |
| HSL | 112.4º | 0.74% | 0.4% | - |
| HSV(B) | 112.4º | 0.85% | 0.69% | - |
| XYZ | 17.05 | 32.1 | 6.34 | - |
| YUV | 120.73 | 75.1 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 177 | 27 | 0.74 | 0 | 0.85 | 0.31 | 112.4 | 0.74 | 0.4 |
| Hex | 2E | B1 | 1B | 4A | 0 | 55 | 1F | 70 | 4A | 28 |
| Octal | 56 | 261 | 33 | 112 | 0 | 125 | 37 | 160 | 112 | 50 |
| Binary | 101110 | 10110001 | 11011 | 1001010 | 0 | 1010101 | 11111 | 1110000 | 1001010 | 101000 |
Color Harmonies of #2EB11B
Complementary color
Monochromatic Colors of #2EB11B
Black with #2EB11B
Text Example
Text Example
White with #2EB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB11B; }
p { color: rgb(46,177,27); }
H1.HeaderClassName
{
color: #2EB11B;
}
.AnyTagClassName
{
color: #2EB11B;
}
</style>
background-color css
<style>
a { background-color: #2EB11B; }
a { background-color: rgb(46,177,27); }
div.DivClassName
{
background-color: #2EB11B;
}
.BgClassName
{
background-color: #2EB11B;
}
</style>
border-color css
<style>
span { border-color: #2EB11B; }
span { border-color: rgb(46,177,27); }
td.TdClassName
{
border-color: #2EB11B;
}
.TagClassName
{
border-color: #2EB11B;
}
</style>