Shades of Kelly Green #2ABC06
Tints of Kelly Green #2ABC06
RGB
CMYK
RGB Variations
Color information
#2ABC06 (or 0x2ABC06) is known color: Kelly Green. HEX triplet: 2A, BC and 06. RGB value is (42,188,6). Sum of RGB (Red+Green+Blue) = 42+188+6=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABC06 is #D543F9. Grayscale: #7C7C7C. Windows color (decimal): -13976570 or 441386. OLE color: 441386.
HSL color Cylindrical-coordinate representation of color #2ABC06: hue angle of 108.13º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2ABC06 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 6 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.26 |
| HSL | 108.13º | 0.94% | 0.38% | - |
| HSV(B) | 108.13º | 0.97% | 0.74% | - |
| XYZ | 18.97 | 36.47 | 6.21 | - |
| YUV | 123.6 | 61.63 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 6 | 0.78 | 0 | 0.97 | 0.26 | 108.13 | 0.94 | 0.38 |
| Hex | 2A | BC | 6 | 4E | 0 | 61 | 1A | 6C | 5E | 26 |
| Octal | 52 | 274 | 6 | 116 | 0 | 141 | 32 | 154 | 136 | 46 |
| Binary | 101010 | 10111100 | 110 | 1001110 | 0 | 1100001 | 11010 | 1101100 | 1011110 | 100110 |
Color Harmonies of #2ABC06
Complementary color
Monochromatic Colors of #2ABC06
Black with #2ABC06
Text Example
Text Example
White with #2ABC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC06; }
p { color: rgb(42,188,6); }
H1.HeaderClassName
{
color: #2ABC06;
}
.AnyTagClassName
{
color: #2ABC06;
}
</style>
background-color css
<style>
a { background-color: #2ABC06; }
a { background-color: rgb(42,188,6); }
div.DivClassName
{
background-color: #2ABC06;
}
.BgClassName
{
background-color: #2ABC06;
}
</style>
border-color css
<style>
span { border-color: #2ABC06; }
span { border-color: rgb(42,188,6); }
td.TdClassName
{
border-color: #2ABC06;
}
.TagClassName
{
border-color: #2ABC06;
}
</style>