Shades of Kelly Green #2AB712
Tints of Kelly Green #2AB712
RGB
CMYK
RGB Variations
Color information
#2AB712 (or 0x2AB712) is known color: Kelly Green. HEX triplet: 2A, B7 and 12. RGB value is (42,183,18). Sum of RGB (Red+Green+Blue) = 42+183+18=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 183 (71.88% from 255 or 75.31% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB712 is #D548ED. Grayscale: #7A7A7A. Windows color (decimal): -13977838 or 1226538. OLE color: 1226538.
HSL color Cylindrical-coordinate representation of color #2AB712: hue angle of 111.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AB712 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 18 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.28 |
| HSL | 111.27º | 0.82% | 0.39% | - |
| HSV(B) | 111.27º | 0.9% | 0.72% | - |
| XYZ | 18 | 34.4 | 6.26 | - |
| YUV | 122.03 | 69.29 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 18 | 0.77 | 0 | 0.90 | 0.28 | 111.27 | 0.82 | 0.39 |
| Hex | 2A | B7 | 12 | 4D | 0 | 5A | 1C | 6F | 52 | 27 |
| Octal | 52 | 267 | 22 | 115 | 0 | 132 | 34 | 157 | 122 | 47 |
| Binary | 101010 | 10110111 | 10010 | 1001101 | 0 | 1011010 | 11100 | 1101111 | 1010010 | 100111 |
Color Harmonies of #2AB712
Complementary color
Monochromatic Colors of #2AB712
Black with #2AB712
Text Example
Text Example
White with #2AB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB712; }
p { color: rgb(42,183,18); }
H1.HeaderClassName
{
color: #2AB712;
}
.AnyTagClassName
{
color: #2AB712;
}
</style>
background-color css
<style>
a { background-color: #2AB712; }
a { background-color: rgb(42,183,18); }
div.DivClassName
{
background-color: #2AB712;
}
.BgClassName
{
background-color: #2AB712;
}
</style>
border-color css
<style>
span { border-color: #2AB712; }
span { border-color: rgb(42,183,18); }
td.TdClassName
{
border-color: #2AB712;
}
.TagClassName
{
border-color: #2AB712;
}
</style>