Shades of Kelly Green #2ABA08
Tints of Kelly Green #2ABA08
RGB
CMYK
RGB Variations
Color information
#2ABA08 (or 0x2ABA08) is known color: Kelly Green. HEX triplet: 2A, BA and 08. RGB value is (42,186,8). Sum of RGB (Red+Green+Blue) = 42+186+8=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 186 (73.05% from 255 or 78.81% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABA08 is #D545F7. Grayscale: #7B7B7B. Windows color (decimal): -13977080 or 571946. OLE color: 571946.
HSL color Cylindrical-coordinate representation of color #2ABA08: hue angle of 108.54º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2ABA08 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.27 |
| HSL | 108.54º | 0.92% | 0.38% | - |
| HSV(B) | 108.54º | 0.96% | 0.73% | - |
| XYZ | 18.56 | 35.63 | 6.13 | - |
| YUV | 122.65 | 63.29 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 8 | 0.77 | 0 | 0.96 | 0.27 | 108.54 | 0.92 | 0.38 |
| Hex | 2A | BA | 8 | 4D | 0 | 60 | 1B | 6D | 5C | 26 |
| Octal | 52 | 272 | 10 | 115 | 0 | 140 | 33 | 155 | 134 | 46 |
| Binary | 101010 | 10111010 | 1000 | 1001101 | 0 | 1100000 | 11011 | 1101101 | 1011100 | 100110 |
Color Harmonies of #2ABA08
Complementary color
Monochromatic Colors of #2ABA08
Black with #2ABA08
Text Example
Text Example
White with #2ABA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA08; }
p { color: rgb(42,186,8); }
H1.HeaderClassName
{
color: #2ABA08;
}
.AnyTagClassName
{
color: #2ABA08;
}
</style>
background-color css
<style>
a { background-color: #2ABA08; }
a { background-color: rgb(42,186,8); }
div.DivClassName
{
background-color: #2ABA08;
}
.BgClassName
{
background-color: #2ABA08;
}
</style>
border-color css
<style>
span { border-color: #2ABA08; }
span { border-color: rgb(42,186,8); }
td.TdClassName
{
border-color: #2ABA08;
}
.TagClassName
{
border-color: #2ABA08;
}
</style>