Shades of Kelly Green #2BA801
Tints of Kelly Green #2BA801
RGB
CMYK
RGB Variations
Color information
#2BA801 (or 0x2BA801) is known color: Kelly Green. HEX triplet: 2B, A8 and 01. RGB value is (43,168,1). Sum of RGB (Red+Green+Blue) = 43+168+1=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 168 (66.02% from 255 or 79.25% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA801 is #D457FE. Grayscale: #707070. Windows color (decimal): -13916159 or 108587. OLE color: 108587.
HSL color Cylindrical-coordinate representation of color #2BA801: hue angle of 104.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BA801 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.34 |
| HSL | 104.91º | 0.99% | 0.33% | - |
| HSV(B) | 104.91º | 0.99% | 0.66% | - |
| XYZ | 15 | 28.52 | 4.74 | - |
| YUV | 111.59 | 65.59 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 1 | 0.74 | 0 | 0.99 | 0.34 | 104.91 | 0.99 | 0.33 |
| Hex | 2B | A8 | 1 | 4A | 0 | 63 | 22 | 69 | 63 | 21 |
| Octal | 53 | 250 | 1 | 112 | 0 | 143 | 42 | 151 | 143 | 41 |
| Binary | 101011 | 10101000 | 1 | 1001010 | 0 | 1100011 | 100010 | 1101001 | 1100011 | 100001 |
Color Harmonies of #2BA801
Complementary color
Monochromatic Colors of #2BA801
Black with #2BA801
Text Example
Text Example
White with #2BA801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA801; }
p { color: rgb(43,168,1); }
H1.HeaderClassName
{
color: #2BA801;
}
.AnyTagClassName
{
color: #2BA801;
}
</style>
background-color css
<style>
a { background-color: #2BA801; }
a { background-color: rgb(43,168,1); }
div.DivClassName
{
background-color: #2BA801;
}
.BgClassName
{
background-color: #2BA801;
}
</style>
border-color css
<style>
span { border-color: #2BA801; }
span { border-color: rgb(43,168,1); }
td.TdClassName
{
border-color: #2BA801;
}
.TagClassName
{
border-color: #2BA801;
}
</style>