Shades of Kelly Green #2BA401
Tints of Kelly Green #2BA401
RGB
CMYK
RGB Variations
Color information
#2BA401 (or 0x2BA401) is known color: Kelly Green. HEX triplet: 2B, A4 and 01. RGB value is (43,164,1). Sum of RGB (Red+Green+Blue) = 43+164+1=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 164 (64.45% from 255 or 78.85% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA401 is #D45BFE. Grayscale: #6D6D6D. Windows color (decimal): -13917183 or 107563. OLE color: 107563.
HSL color Cylindrical-coordinate representation of color #2BA401: hue angle of 104.54º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BA401 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 164 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.36 |
| HSL | 104.54º | 0.99% | 0.32% | - |
| HSV(B) | 104.54º | 0.99% | 0.64% | - |
| XYZ | 14.28 | 27.07 | 4.5 | - |
| YUV | 109.24 | 66.91 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 1 | 0.74 | 0 | 0.99 | 0.36 | 104.54 | 0.99 | 0.32 |
| Hex | 2B | A4 | 1 | 4A | 0 | 63 | 24 | 69 | 63 | 20 |
| Octal | 53 | 244 | 1 | 112 | 0 | 143 | 44 | 151 | 143 | 40 |
| Binary | 101011 | 10100100 | 1 | 1001010 | 0 | 1100011 | 100100 | 1101001 | 1100011 | 100000 |
Color Harmonies of #2BA401
Complementary color
Monochromatic Colors of #2BA401
Black with #2BA401
Text Example
Text Example
White with #2BA401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA401; }
p { color: rgb(43,164,1); }
H1.HeaderClassName
{
color: #2BA401;
}
.AnyTagClassName
{
color: #2BA401;
}
</style>
background-color css
<style>
a { background-color: #2BA401; }
a { background-color: rgb(43,164,1); }
div.DivClassName
{
background-color: #2BA401;
}
.BgClassName
{
background-color: #2BA401;
}
</style>
border-color css
<style>
span { border-color: #2BA401; }
span { border-color: rgb(43,164,1); }
td.TdClassName
{
border-color: #2BA401;
}
.TagClassName
{
border-color: #2BA401;
}
</style>