Shades of Kelly Green #2BBA13
Tints of Kelly Green #2BBA13
RGB
CMYK
RGB Variations
Color information
#2BBA13 (or 0x2BBA13) is known color: Kelly Green. HEX triplet: 2B, BA and 13. RGB value is (43,186,19). Sum of RGB (Red+Green+Blue) = 43+186+19=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 186 (73.05% from 255 or 75% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBA13 is #D445EC. Grayscale: #7C7C7C. Windows color (decimal): -13911533 or 1292843. OLE color: 1292843.
HSL color Cylindrical-coordinate representation of color #2BBA13: hue angle of 111.38º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BBA13 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 19 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.27 |
| HSL | 111.38º | 0.81% | 0.4% | - |
| HSV(B) | 111.38º | 0.9% | 0.73% | - |
| XYZ | 18.67 | 35.68 | 6.52 | - |
| YUV | 124.21 | 68.62 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 19 | 0.77 | 0 | 0.90 | 0.27 | 111.38 | 0.81 | 0.4 |
| Hex | 2B | BA | 13 | 4D | 0 | 5A | 1B | 6F | 51 | 28 |
| Octal | 53 | 272 | 23 | 115 | 0 | 132 | 33 | 157 | 121 | 50 |
| Binary | 101011 | 10111010 | 10011 | 1001101 | 0 | 1011010 | 11011 | 1101111 | 1010001 | 101000 |
Color Harmonies of #2BBA13
Complementary color
Monochromatic Colors of #2BBA13
Black with #2BBA13
Text Example
Text Example
White with #2BBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA13; }
p { color: rgb(43,186,19); }
H1.HeaderClassName
{
color: #2BBA13;
}
.AnyTagClassName
{
color: #2BBA13;
}
</style>
background-color css
<style>
a { background-color: #2BBA13; }
a { background-color: rgb(43,186,19); }
div.DivClassName
{
background-color: #2BBA13;
}
.BgClassName
{
background-color: #2BBA13;
}
</style>
border-color css
<style>
span { border-color: #2BBA13; }
span { border-color: rgb(43,186,19); }
td.TdClassName
{
border-color: #2BBA13;
}
.TagClassName
{
border-color: #2BBA13;
}
</style>