Shades of Kelly Green #2BAA04
Tints of Kelly Green #2BAA04
RGB
CMYK
RGB Variations
Color information
#2BAA04 (or 0x2BAA04) is known color: Kelly Green. HEX triplet: 2B, AA and 04. RGB value is (43,170,4). Sum of RGB (Red+Green+Blue) = 43+170+4=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 170 (66.80% from 255 or 78.34% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAA04 is #D455FB. Grayscale: #717171. Windows color (decimal): -13915644 or 305707. OLE color: 305707.
HSL color Cylindrical-coordinate representation of color #2BAA04: hue angle of 105.9º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BAA04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 4 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.33 |
| HSL | 105.9º | 0.95% | 0.34% | - |
| HSV(B) | 105.9º | 0.98% | 0.67% | - |
| XYZ | 15.39 | 29.27 | 4.95 | - |
| YUV | 113.1 | 66.42 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 4 | 0.75 | 0 | 0.98 | 0.33 | 105.9 | 0.95 | 0.34 |
| Hex | 2B | AA | 4 | 4B | 0 | 62 | 21 | 6A | 5F | 22 |
| Octal | 53 | 252 | 4 | 113 | 0 | 142 | 41 | 152 | 137 | 42 |
| Binary | 101011 | 10101010 | 100 | 1001011 | 0 | 1100010 | 100001 | 1101010 | 1011111 | 100010 |
Color Harmonies of #2BAA04
Complementary color
Monochromatic Colors of #2BAA04
Black with #2BAA04
Text Example
Text Example
White with #2BAA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA04; }
p { color: rgb(43,170,4); }
H1.HeaderClassName
{
color: #2BAA04;
}
.AnyTagClassName
{
color: #2BAA04;
}
</style>
background-color css
<style>
a { background-color: #2BAA04; }
a { background-color: rgb(43,170,4); }
div.DivClassName
{
background-color: #2BAA04;
}
.BgClassName
{
background-color: #2BAA04;
}
</style>
border-color css
<style>
span { border-color: #2BAA04; }
span { border-color: rgb(43,170,4); }
td.TdClassName
{
border-color: #2BAA04;
}
.TagClassName
{
border-color: #2BAA04;
}
</style>