Shades of Kelly Green #2BA90E
Tints of Kelly Green #2BA90E
RGB
CMYK
RGB Variations
Color information
#2BA90E (or 0x2BA90E) is known color: Kelly Green. HEX triplet: 2B, A9 and 0E. RGB value is (43,169,14). Sum of RGB (Red+Green+Blue) = 43+169+14=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 169 (66.41% from 255 or 74.78% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA90E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA90E is #D456F1. Grayscale: #727272. Windows color (decimal): -13915890 or 960811. OLE color: 960811.
HSL color Cylindrical-coordinate representation of color #2BA90E: hue angle of 108.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BA90E is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 14 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.34 |
| HSL | 108.77º | 0.85% | 0.36% | - |
| HSV(B) | 108.77º | 0.92% | 0.66% | - |
| XYZ | 15.26 | 28.92 | 5.19 | - |
| YUV | 113.66 | 71.76 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 14 | 0.75 | 0 | 0.92 | 0.34 | 108.77 | 0.85 | 0.36 |
| Hex | 2B | A9 | E | 4B | 0 | 5C | 22 | 6D | 55 | 24 |
| Octal | 53 | 251 | 16 | 113 | 0 | 134 | 42 | 155 | 125 | 44 |
| Binary | 101011 | 10101001 | 1110 | 1001011 | 0 | 1011100 | 100010 | 1101101 | 1010101 | 100100 |
Color Harmonies of #2BA90E
Complementary color
Monochromatic Colors of #2BA90E
Black with #2BA90E
Text Example
Text Example
White with #2BA90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA90E; }
p { color: rgb(43,169,14); }
H1.HeaderClassName
{
color: #2BA90E;
}
.AnyTagClassName
{
color: #2BA90E;
}
</style>
background-color css
<style>
a { background-color: #2BA90E; }
a { background-color: rgb(43,169,14); }
div.DivClassName
{
background-color: #2BA90E;
}
.BgClassName
{
background-color: #2BA90E;
}
</style>
border-color css
<style>
span { border-color: #2BA90E; }
span { border-color: rgb(43,169,14); }
td.TdClassName
{
border-color: #2BA90E;
}
.TagClassName
{
border-color: #2BA90E;
}
</style>