Shades of Kelly Green #2AB118
Tints of Kelly Green #2AB118
RGB
CMYK
RGB Variations
Color information
#2AB118 (or 0x2AB118) is known color: Kelly Green. HEX triplet: 2A, B1 and 18. RGB value is (42,177,24). Sum of RGB (Red+Green+Blue) = 42+177+24=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 177 (69.53% from 255 or 72.84% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB118 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB118 is #D54EE7. Grayscale: #777777. Windows color (decimal): -13979368 or 1618218. OLE color: 1618218.
HSL color Cylindrical-coordinate representation of color #2AB118: hue angle of 112.94º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AB118 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 177 | 24 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.31 |
| HSL | 112.94º | 0.76% | 0.39% | - |
| HSV(B) | 112.94º | 0.86% | 0.69% | - |
| XYZ | 16.84 | 32 | 6.15 | - |
| YUV | 119.19 | 74.27 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 24 | 0.76 | 0 | 0.86 | 0.31 | 112.94 | 0.76 | 0.39 |
| Hex | 2A | B1 | 18 | 4C | 0 | 56 | 1F | 71 | 4C | 27 |
| Octal | 52 | 261 | 30 | 114 | 0 | 126 | 37 | 161 | 114 | 47 |
| Binary | 101010 | 10110001 | 11000 | 1001100 | 0 | 1010110 | 11111 | 1110001 | 1001100 | 100111 |
Color Harmonies of #2AB118
Complementary color
Monochromatic Colors of #2AB118
Black with #2AB118
Text Example
Text Example
White with #2AB118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB118; }
p { color: rgb(42,177,24); }
H1.HeaderClassName
{
color: #2AB118;
}
.AnyTagClassName
{
color: #2AB118;
}
</style>
background-color css
<style>
a { background-color: #2AB118; }
a { background-color: rgb(42,177,24); }
div.DivClassName
{
background-color: #2AB118;
}
.BgClassName
{
background-color: #2AB118;
}
</style>
border-color css
<style>
span { border-color: #2AB118; }
span { border-color: rgb(42,177,24); }
td.TdClassName
{
border-color: #2AB118;
}
.TagClassName
{
border-color: #2AB118;
}
</style>