Shades of Kelly Green #2ABC0D
Tints of Kelly Green #2ABC0D
RGB
CMYK
RGB Variations
Color information
#2ABC0D (or 0x2ABC0D) is known color: Kelly Green. HEX triplet: 2A, BC and 0D. RGB value is (42,188,13). Sum of RGB (Red+Green+Blue) = 42+188+13=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 188 (73.83% from 255 or 77.37% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABC0D is #D543F2. Grayscale: #7C7C7C. Windows color (decimal): -13976563 or 900138. OLE color: 900138.
HSL color Cylindrical-coordinate representation of color #2ABC0D: hue angle of 110.06º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2ABC0D is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 13 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.26 |
| HSL | 110.06º | 0.87% | 0.39% | - |
| HSV(B) | 110.06º | 0.93% | 0.74% | - |
| XYZ | 19.01 | 36.49 | 6.42 | - |
| YUV | 124.4 | 65.13 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 13 | 0.78 | 0 | 0.93 | 0.26 | 110.06 | 0.87 | 0.39 |
| Hex | 2A | BC | D | 4E | 0 | 5D | 1A | 6E | 57 | 27 |
| Octal | 52 | 274 | 15 | 116 | 0 | 135 | 32 | 156 | 127 | 47 |
| Binary | 101010 | 10111100 | 1101 | 1001110 | 0 | 1011101 | 11010 | 1101110 | 1010111 | 100111 |
Color Harmonies of #2ABC0D
Complementary color
Monochromatic Colors of #2ABC0D
Black with #2ABC0D
Text Example
Text Example
White with #2ABC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC0D; }
p { color: rgb(42,188,13); }
H1.HeaderClassName
{
color: #2ABC0D;
}
.AnyTagClassName
{
color: #2ABC0D;
}
</style>
background-color css
<style>
a { background-color: #2ABC0D; }
a { background-color: rgb(42,188,13); }
div.DivClassName
{
background-color: #2ABC0D;
}
.BgClassName
{
background-color: #2ABC0D;
}
</style>
border-color css
<style>
span { border-color: #2ABC0D; }
span { border-color: rgb(42,188,13); }
td.TdClassName
{
border-color: #2ABC0D;
}
.TagClassName
{
border-color: #2ABC0D;
}
</style>