Shades of Kelly Green #2AB003
Tints of Kelly Green #2AB003
RGB
CMYK
RGB Variations
Color information
#2AB003 (or 0x2AB003) is known color: Kelly Green. HEX triplet: 2A, B0 and 03. RGB value is (42,176,3). Sum of RGB (Red+Green+Blue) = 42+176+3=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 176 (69.14% from 255 or 79.64% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB003 is #D54FFC. Grayscale: #747474. Windows color (decimal): -13979645 or 241706. OLE color: 241706.
HSL color Cylindrical-coordinate representation of color #2AB003: hue angle of 106.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AB003 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 176 | 3 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.31 |
| HSL | 106.47º | 0.97% | 0.35% | - |
| HSV(B) | 106.47º | 0.98% | 0.69% | - |
| XYZ | 16.5 | 31.55 | 5.31 | - |
| YUV | 116.21 | 64.11 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 3 | 0.76 | 0 | 0.98 | 0.31 | 106.47 | 0.97 | 0.35 |
| Hex | 2A | B0 | 3 | 4C | 0 | 62 | 1F | 6A | 61 | 23 |
| Octal | 52 | 260 | 3 | 114 | 0 | 142 | 37 | 152 | 141 | 43 |
| Binary | 101010 | 10110000 | 11 | 1001100 | 0 | 1100010 | 11111 | 1101010 | 1100001 | 100011 |
Color Harmonies of #2AB003
Complementary color
Monochromatic Colors of #2AB003
Black with #2AB003
Text Example
Text Example
White with #2AB003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB003; }
p { color: rgb(42,176,3); }
H1.HeaderClassName
{
color: #2AB003;
}
.AnyTagClassName
{
color: #2AB003;
}
</style>
background-color css
<style>
a { background-color: #2AB003; }
a { background-color: rgb(42,176,3); }
div.DivClassName
{
background-color: #2AB003;
}
.BgClassName
{
background-color: #2AB003;
}
</style>
border-color css
<style>
span { border-color: #2AB003; }
span { border-color: rgb(42,176,3); }
td.TdClassName
{
border-color: #2AB003;
}
.TagClassName
{
border-color: #2AB003;
}
</style>