Shades of Kelly Green #2ABA01
Tints of Kelly Green #2ABA01
RGB
CMYK
RGB Variations
Color information
#2ABA01 (or 0x2ABA01) is known color: Kelly Green. HEX triplet: 2A, BA and 01. RGB value is (42,186,1). Sum of RGB (Red+Green+Blue) = 42+186+1=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABA01 is #D545FE. Grayscale: #7A7A7A. Windows color (decimal): -13977087 or 113194. OLE color: 113194.
HSL color Cylindrical-coordinate representation of color #2ABA01: hue angle of 106.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2ABA01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.27 |
| HSL | 106.7º | 0.99% | 0.37% | - |
| HSV(B) | 106.7º | 0.99% | 0.73% | - |
| XYZ | 18.52 | 35.61 | 5.93 | - |
| YUV | 121.85 | 59.79 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 1 | 0.77 | 0 | 0.99 | 0.27 | 106.7 | 0.99 | 0.37 |
| Hex | 2A | BA | 1 | 4D | 0 | 63 | 1B | 6B | 63 | 25 |
| Octal | 52 | 272 | 1 | 115 | 0 | 143 | 33 | 153 | 143 | 45 |
| Binary | 101010 | 10111010 | 1 | 1001101 | 0 | 1100011 | 11011 | 1101011 | 1100011 | 100101 |
Color Harmonies of #2ABA01
Complementary color
Monochromatic Colors of #2ABA01
Black with #2ABA01
Text Example
Text Example
White with #2ABA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA01; }
p { color: rgb(42,186,1); }
H1.HeaderClassName
{
color: #2ABA01;
}
.AnyTagClassName
{
color: #2ABA01;
}
</style>
background-color css
<style>
a { background-color: #2ABA01; }
a { background-color: rgb(42,186,1); }
div.DivClassName
{
background-color: #2ABA01;
}
.BgClassName
{
background-color: #2ABA01;
}
</style>
border-color css
<style>
span { border-color: #2ABA01; }
span { border-color: rgb(42,186,1); }
td.TdClassName
{
border-color: #2ABA01;
}
.TagClassName
{
border-color: #2ABA01;
}
</style>