Shades of Kelly Green #2AB301
Tints of Kelly Green #2AB301
RGB
CMYK
RGB Variations
Color information
#2AB301 (or 0x2AB301) is known color: Kelly Green. HEX triplet: 2A, B3 and 01. RGB value is (42,179,1). Sum of RGB (Red+Green+Blue) = 42+179+1=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 179 (70.31% from 255 or 80.63% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB301 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB301 is #D54CFE. Grayscale: #767676. Windows color (decimal): -13978879 or 111402. OLE color: 111402.
HSL color Cylindrical-coordinate representation of color #2AB301: hue angle of 106.18º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AB301 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.30 |
| HSL | 106.18º | 0.99% | 0.35% | - |
| HSV(B) | 106.18º | 0.99% | 0.7% | - |
| XYZ | 17.08 | 32.73 | 5.45 | - |
| YUV | 117.75 | 62.11 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 1 | 0.77 | 0 | 0.99 | 0.30 | 106.18 | 0.99 | 0.35 |
| Hex | 2A | B3 | 1 | 4D | 0 | 63 | 1E | 6A | 63 | 23 |
| Octal | 52 | 263 | 1 | 115 | 0 | 143 | 36 | 152 | 143 | 43 |
| Binary | 101010 | 10110011 | 1 | 1001101 | 0 | 1100011 | 11110 | 1101010 | 1100011 | 100011 |
Color Harmonies of #2AB301
Complementary color
Monochromatic Colors of #2AB301
Black with #2AB301
Text Example
Text Example
White with #2AB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB301; }
p { color: rgb(42,179,1); }
H1.HeaderClassName
{
color: #2AB301;
}
.AnyTagClassName
{
color: #2AB301;
}
</style>
background-color css
<style>
a { background-color: #2AB301; }
a { background-color: rgb(42,179,1); }
div.DivClassName
{
background-color: #2AB301;
}
.BgClassName
{
background-color: #2AB301;
}
</style>
border-color css
<style>
span { border-color: #2AB301; }
span { border-color: rgb(42,179,1); }
td.TdClassName
{
border-color: #2AB301;
}
.TagClassName
{
border-color: #2AB301;
}
</style>