Shades of Kelly Green #2ABB07
Tints of Kelly Green #2ABB07
RGB
CMYK
RGB Variations
Color information
#2ABB07 (or 0x2ABB07) is known color: Kelly Green. HEX triplet: 2A, BB and 07. RGB value is (42,187,7). Sum of RGB (Red+Green+Blue) = 42+187+7=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 187 (73.44% from 255 or 79.24% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABB07 is #D544F8. Grayscale: #7B7B7B. Windows color (decimal): -13976825 or 506666. OLE color: 506666.
HSL color Cylindrical-coordinate representation of color #2ABB07: hue angle of 108.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2ABB07 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 7 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.27 |
| HSL | 108.33º | 0.93% | 0.38% | - |
| HSV(B) | 108.33º | 0.96% | 0.73% | - |
| XYZ | 18.76 | 36.05 | 6.17 | - |
| YUV | 123.13 | 62.46 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 7 | 0.78 | 0 | 0.96 | 0.27 | 108.33 | 0.93 | 0.38 |
| Hex | 2A | BB | 7 | 4E | 0 | 60 | 1B | 6C | 5D | 26 |
| Octal | 52 | 273 | 7 | 116 | 0 | 140 | 33 | 154 | 135 | 46 |
| Binary | 101010 | 10111011 | 111 | 1001110 | 0 | 1100000 | 11011 | 1101100 | 1011101 | 100110 |
Color Harmonies of #2ABB07
Complementary color
Monochromatic Colors of #2ABB07
Black with #2ABB07
Text Example
Text Example
White with #2ABB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB07; }
p { color: rgb(42,187,7); }
H1.HeaderClassName
{
color: #2ABB07;
}
.AnyTagClassName
{
color: #2ABB07;
}
</style>
background-color css
<style>
a { background-color: #2ABB07; }
a { background-color: rgb(42,187,7); }
div.DivClassName
{
background-color: #2ABB07;
}
.BgClassName
{
background-color: #2ABB07;
}
</style>
border-color css
<style>
span { border-color: #2ABB07; }
span { border-color: rgb(42,187,7); }
td.TdClassName
{
border-color: #2ABB07;
}
.TagClassName
{
border-color: #2ABB07;
}
</style>