Shades of Kelly Green #2AB007
Tints of Kelly Green #2AB007
RGB
CMYK
RGB Variations
Color information
#2AB007 (or 0x2AB007) is known color: Kelly Green. HEX triplet: 2A, B0 and 07. RGB value is (42,176,7). Sum of RGB (Red+Green+Blue) = 42+176+7=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 176 (69.14% from 255 or 78.22% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB007 is #D54FF8. Grayscale: #757575. Windows color (decimal): -13979641 or 503850. OLE color: 503850.
HSL color Cylindrical-coordinate representation of color #2AB007: hue angle of 107.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AB007 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 176 | 7 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.31 |
| HSL | 107.57º | 0.92% | 0.36% | - |
| HSV(B) | 107.57º | 0.96% | 0.69% | - |
| XYZ | 16.52 | 31.56 | 5.42 | - |
| YUV | 116.67 | 66.11 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 7 | 0.76 | 0 | 0.96 | 0.31 | 107.57 | 0.92 | 0.36 |
| Hex | 2A | B0 | 7 | 4C | 0 | 60 | 1F | 6C | 5C | 24 |
| Octal | 52 | 260 | 7 | 114 | 0 | 140 | 37 | 154 | 134 | 44 |
| Binary | 101010 | 10110000 | 111 | 1001100 | 0 | 1100000 | 11111 | 1101100 | 1011100 | 100100 |
Color Harmonies of #2AB007
Complementary color
Monochromatic Colors of #2AB007
Black with #2AB007
Text Example
Text Example
White with #2AB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB007; }
p { color: rgb(42,176,7); }
H1.HeaderClassName
{
color: #2AB007;
}
.AnyTagClassName
{
color: #2AB007;
}
</style>
background-color css
<style>
a { background-color: #2AB007; }
a { background-color: rgb(42,176,7); }
div.DivClassName
{
background-color: #2AB007;
}
.BgClassName
{
background-color: #2AB007;
}
</style>
border-color css
<style>
span { border-color: #2AB007; }
span { border-color: rgb(42,176,7); }
td.TdClassName
{
border-color: #2AB007;
}
.TagClassName
{
border-color: #2AB007;
}
</style>