Shades of Kelly Green #2BBA03
Tints of Kelly Green #2BBA03
RGB
CMYK
RGB Variations
Color information
#2BBA03 (or 0x2BBA03) is known color: Kelly Green. HEX triplet: 2B, BA and 03. RGB value is (43,186,3). Sum of RGB (Red+Green+Blue) = 43+186+3=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBA03 is #D445FC. Grayscale: #7A7A7A. Windows color (decimal): -13911549 or 244267. OLE color: 244267.
HSL color Cylindrical-coordinate representation of color #2BBA03: hue angle of 106.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BBA03 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 3 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.27 |
| HSL | 106.89º | 0.97% | 0.37% | - |
| HSV(B) | 106.89º | 0.98% | 0.73% | - |
| XYZ | 18.57 | 35.64 | 5.99 | - |
| YUV | 122.38 | 60.62 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 3 | 0.77 | 0 | 0.98 | 0.27 | 106.89 | 0.97 | 0.37 |
| Hex | 2B | BA | 3 | 4D | 0 | 62 | 1B | 6B | 61 | 25 |
| Octal | 53 | 272 | 3 | 115 | 0 | 142 | 33 | 153 | 141 | 45 |
| Binary | 101011 | 10111010 | 11 | 1001101 | 0 | 1100010 | 11011 | 1101011 | 1100001 | 100101 |
Color Harmonies of #2BBA03
Complementary color
Monochromatic Colors of #2BBA03
Black with #2BBA03
Text Example
Text Example
White with #2BBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA03; }
p { color: rgb(43,186,3); }
H1.HeaderClassName
{
color: #2BBA03;
}
.AnyTagClassName
{
color: #2BBA03;
}
</style>
background-color css
<style>
a { background-color: #2BBA03; }
a { background-color: rgb(43,186,3); }
div.DivClassName
{
background-color: #2BBA03;
}
.BgClassName
{
background-color: #2BBA03;
}
</style>
border-color css
<style>
span { border-color: #2BBA03; }
span { border-color: rgb(43,186,3); }
td.TdClassName
{
border-color: #2BBA03;
}
.TagClassName
{
border-color: #2BBA03;
}
</style>