Shades of Kelly Green #2BBA02
Tints of Kelly Green #2BBA02
RGB
CMYK
RGB Variations
Color information
#2BBA02 (or 0x2BBA02) is known color: Kelly Green. HEX triplet: 2B, BA and 02. RGB value is (43,186,2). Sum of RGB (Red+Green+Blue) = 43+186+2=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBA02 is #D445FD. Grayscale: #7A7A7A. Windows color (decimal): -13911550 or 178731. OLE color: 178731.
HSL color Cylindrical-coordinate representation of color #2BBA02: hue angle of 106.63º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BBA02 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.27 |
| HSL | 106.63º | 0.98% | 0.37% | - |
| HSV(B) | 106.63º | 0.99% | 0.73% | - |
| XYZ | 18.57 | 35.64 | 5.96 | - |
| YUV | 122.27 | 60.12 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 2 | 0.77 | 0 | 0.99 | 0.27 | 106.63 | 0.98 | 0.37 |
| Hex | 2B | BA | 2 | 4D | 0 | 63 | 1B | 6B | 62 | 25 |
| Octal | 53 | 272 | 2 | 115 | 0 | 143 | 33 | 153 | 142 | 45 |
| Binary | 101011 | 10111010 | 10 | 1001101 | 0 | 1100011 | 11011 | 1101011 | 1100010 | 100101 |
Color Harmonies of #2BBA02
Complementary color
Monochromatic Colors of #2BBA02
Black with #2BBA02
Text Example
Text Example
White with #2BBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA02; }
p { color: rgb(43,186,2); }
H1.HeaderClassName
{
color: #2BBA02;
}
.AnyTagClassName
{
color: #2BBA02;
}
</style>
background-color css
<style>
a { background-color: #2BBA02; }
a { background-color: rgb(43,186,2); }
div.DivClassName
{
background-color: #2BBA02;
}
.BgClassName
{
background-color: #2BBA02;
}
</style>
border-color css
<style>
span { border-color: #2BBA02; }
span { border-color: rgb(43,186,2); }
td.TdClassName
{
border-color: #2BBA02;
}
.TagClassName
{
border-color: #2BBA02;
}
</style>