Shades of Kelly Green #2BAD04
Tints of Kelly Green #2BAD04
RGB
CMYK
RGB Variations
Color information
#2BAD04 (or 0x2BAD04) is known color: Kelly Green. HEX triplet: 2B, AD and 04. RGB value is (43,173,4). Sum of RGB (Red+Green+Blue) = 43+173+4=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 173 (67.97% from 255 or 78.64% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAD04 is #D452FB. Grayscale: #737373. Windows color (decimal): -13914876 or 306475. OLE color: 306475.
HSL color Cylindrical-coordinate representation of color #2BAD04: hue angle of 106.15º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BAD04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 4 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.32 |
| HSL | 106.15º | 0.95% | 0.35% | - |
| HSV(B) | 106.15º | 0.98% | 0.68% | - |
| XYZ | 15.96 | 30.41 | 5.14 | - |
| YUV | 114.86 | 65.43 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 4 | 0.75 | 0 | 0.98 | 0.32 | 106.15 | 0.95 | 0.35 |
| Hex | 2B | AD | 4 | 4B | 0 | 62 | 20 | 6A | 5F | 23 |
| Octal | 53 | 255 | 4 | 113 | 0 | 142 | 40 | 152 | 137 | 43 |
| Binary | 101011 | 10101101 | 100 | 1001011 | 0 | 1100010 | 100000 | 1101010 | 1011111 | 100011 |
Color Harmonies of #2BAD04
Complementary color
Monochromatic Colors of #2BAD04
Black with #2BAD04
Text Example
Text Example
White with #2BAD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD04; }
p { color: rgb(43,173,4); }
H1.HeaderClassName
{
color: #2BAD04;
}
.AnyTagClassName
{
color: #2BAD04;
}
</style>
background-color css
<style>
a { background-color: #2BAD04; }
a { background-color: rgb(43,173,4); }
div.DivClassName
{
background-color: #2BAD04;
}
.BgClassName
{
background-color: #2BAD04;
}
</style>
border-color css
<style>
span { border-color: #2BAD04; }
span { border-color: rgb(43,173,4); }
td.TdClassName
{
border-color: #2BAD04;
}
.TagClassName
{
border-color: #2BAD04;
}
</style>