Shades of Kelly Green #2AB10F
Tints of Kelly Green #2AB10F
RGB
CMYK
RGB Variations
Color information
#2AB10F (or 0x2AB10F) is known color: Kelly Green. HEX triplet: 2A, B1 and 0F. RGB value is (42,177,15). Sum of RGB (Red+Green+Blue) = 42+177+15=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 177 (69.53% from 255 or 75.64% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB10F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB10F is #D54EF0. Grayscale: #767676. Windows color (decimal): -13979377 or 1028394. OLE color: 1028394.
HSL color Cylindrical-coordinate representation of color #2AB10F: hue angle of 110º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AB10F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 177 | 15 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.31 |
| HSL | 110º | 0.84% | 0.38% | - |
| HSV(B) | 110º | 0.92% | 0.69% | - |
| XYZ | 16.76 | 31.97 | 5.74 | - |
| YUV | 118.17 | 69.77 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 15 | 0.76 | 0 | 0.92 | 0.31 | 110 | 0.84 | 0.38 |
| Hex | 2A | B1 | F | 4C | 0 | 5C | 1F | 6E | 54 | 26 |
| Octal | 52 | 261 | 17 | 114 | 0 | 134 | 37 | 156 | 124 | 46 |
| Binary | 101010 | 10110001 | 1111 | 1001100 | 0 | 1011100 | 11111 | 1101110 | 1010100 | 100110 |
Color Harmonies of #2AB10F
Complementary color
Monochromatic Colors of #2AB10F
Black with #2AB10F
Text Example
Text Example
White with #2AB10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB10F; }
p { color: rgb(42,177,15); }
H1.HeaderClassName
{
color: #2AB10F;
}
.AnyTagClassName
{
color: #2AB10F;
}
</style>
background-color css
<style>
a { background-color: #2AB10F; }
a { background-color: rgb(42,177,15); }
div.DivClassName
{
background-color: #2AB10F;
}
.BgClassName
{
background-color: #2AB10F;
}
</style>
border-color css
<style>
span { border-color: #2AB10F; }
span { border-color: rgb(42,177,15); }
td.TdClassName
{
border-color: #2AB10F;
}
.TagClassName
{
border-color: #2AB10F;
}
</style>