Shades of Kelly Green #2BAC01
Tints of Kelly Green #2BAC01
RGB
CMYK
RGB Variations
Color information
#2BAC01 (or 0x2BAC01) is known color: Kelly Green. HEX triplet: 2B, AC and 01. RGB value is (43,172,1). Sum of RGB (Red+Green+Blue) = 43+172+1=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 172 (67.58% from 255 or 79.63% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAC01 is #D453FE. Grayscale: #727272. Windows color (decimal): -13915135 or 109611. OLE color: 109611.
HSL color Cylindrical-coordinate representation of color #2BAC01: hue angle of 105.26º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BAC01 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.33 |
| HSL | 105.26º | 0.99% | 0.34% | - |
| HSV(B) | 105.26º | 0.99% | 0.67% | - |
| XYZ | 15.75 | 30.02 | 4.99 | - |
| YUV | 113.94 | 64.26 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 1 | 0.75 | 0 | 0.99 | 0.33 | 105.26 | 0.99 | 0.34 |
| Hex | 2B | AC | 1 | 4B | 0 | 63 | 21 | 69 | 63 | 22 |
| Octal | 53 | 254 | 1 | 113 | 0 | 143 | 41 | 151 | 143 | 42 |
| Binary | 101011 | 10101100 | 1 | 1001011 | 0 | 1100011 | 100001 | 1101001 | 1100011 | 100010 |
Color Harmonies of #2BAC01
Complementary color
Monochromatic Colors of #2BAC01
Black with #2BAC01
Text Example
Text Example
White with #2BAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC01; }
p { color: rgb(43,172,1); }
H1.HeaderClassName
{
color: #2BAC01;
}
.AnyTagClassName
{
color: #2BAC01;
}
</style>
background-color css
<style>
a { background-color: #2BAC01; }
a { background-color: rgb(43,172,1); }
div.DivClassName
{
background-color: #2BAC01;
}
.BgClassName
{
background-color: #2BAC01;
}
</style>
border-color css
<style>
span { border-color: #2BAC01; }
span { border-color: rgb(43,172,1); }
td.TdClassName
{
border-color: #2BAC01;
}
.TagClassName
{
border-color: #2BAC01;
}
</style>