Shades of Kelly Green #2ABD0F
Tints of Kelly Green #2ABD0F
RGB
CMYK
RGB Variations
Color information
#2ABD0F (or 0x2ABD0F) is known color: Kelly Green. HEX triplet: 2A, BD and 0F. RGB value is (42,189,15). Sum of RGB (Red+Green+Blue) = 42+189+15=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 189 (74.22% from 255 or 76.83% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABD0F is #D542F0. Grayscale: #7D7D7D. Windows color (decimal): -13976305 or 1031466. OLE color: 1031466.
HSL color Cylindrical-coordinate representation of color #2ABD0F: hue angle of 110.69º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ABD0F is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 15 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.26 |
| HSL | 110.69º | 0.85% | 0.4% | - |
| HSV(B) | 110.69º | 0.92% | 0.74% | - |
| XYZ | 19.24 | 36.92 | 6.56 | - |
| YUV | 125.21 | 65.8 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 15 | 0.78 | 0 | 0.92 | 0.26 | 110.69 | 0.85 | 0.4 |
| Hex | 2A | BD | F | 4E | 0 | 5C | 1A | 6F | 55 | 28 |
| Octal | 52 | 275 | 17 | 116 | 0 | 134 | 32 | 157 | 125 | 50 |
| Binary | 101010 | 10111101 | 1111 | 1001110 | 0 | 1011100 | 11010 | 1101111 | 1010101 | 101000 |
Color Harmonies of #2ABD0F
Complementary color
Monochromatic Colors of #2ABD0F
Black with #2ABD0F
Text Example
Text Example
White with #2ABD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD0F; }
p { color: rgb(42,189,15); }
H1.HeaderClassName
{
color: #2ABD0F;
}
.AnyTagClassName
{
color: #2ABD0F;
}
</style>
background-color css
<style>
a { background-color: #2ABD0F; }
a { background-color: rgb(42,189,15); }
div.DivClassName
{
background-color: #2ABD0F;
}
.BgClassName
{
background-color: #2ABD0F;
}
</style>
border-color css
<style>
span { border-color: #2ABD0F; }
span { border-color: rgb(42,189,15); }
td.TdClassName
{
border-color: #2ABD0F;
}
.TagClassName
{
border-color: #2ABD0F;
}
</style>