Shades of Kelly Green #2ABA04
Tints of Kelly Green #2ABA04
RGB
CMYK
RGB Variations
Color information
#2ABA04 (or 0x2ABA04) is known color: Kelly Green. HEX triplet: 2A, BA and 04. RGB value is (42,186,4). Sum of RGB (Red+Green+Blue) = 42+186+4=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABA04 is #D545FB. Grayscale: #7A7A7A. Windows color (decimal): -13977084 or 309802. OLE color: 309802.
HSL color Cylindrical-coordinate representation of color #2ABA04: hue angle of 107.47º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2ABA04 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 4 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.27 |
| HSL | 107.47º | 0.96% | 0.37% | - |
| HSV(B) | 107.47º | 0.98% | 0.73% | - |
| XYZ | 18.54 | 35.62 | 6.01 | - |
| YUV | 122.2 | 61.29 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 4 | 0.77 | 0 | 0.98 | 0.27 | 107.47 | 0.96 | 0.37 |
| Hex | 2A | BA | 4 | 4D | 0 | 62 | 1B | 6B | 60 | 25 |
| Octal | 52 | 272 | 4 | 115 | 0 | 142 | 33 | 153 | 140 | 45 |
| Binary | 101010 | 10111010 | 100 | 1001101 | 0 | 1100010 | 11011 | 1101011 | 1100000 | 100101 |
Color Harmonies of #2ABA04
Complementary color
Monochromatic Colors of #2ABA04
Black with #2ABA04
Text Example
Text Example
White with #2ABA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA04; }
p { color: rgb(42,186,4); }
H1.HeaderClassName
{
color: #2ABA04;
}
.AnyTagClassName
{
color: #2ABA04;
}
</style>
background-color css
<style>
a { background-color: #2ABA04; }
a { background-color: rgb(42,186,4); }
div.DivClassName
{
background-color: #2ABA04;
}
.BgClassName
{
background-color: #2ABA04;
}
</style>
border-color css
<style>
span { border-color: #2ABA04; }
span { border-color: rgb(42,186,4); }
td.TdClassName
{
border-color: #2ABA04;
}
.TagClassName
{
border-color: #2ABA04;
}
</style>