Shades of Kelly Green #2ABE10
Tints of Kelly Green #2ABE10
RGB
CMYK
RGB Variations
Color information
#2ABE10 (or 0x2ABE10) is known color: Kelly Green. HEX triplet: 2A, BE and 10. RGB value is (42,190,16). Sum of RGB (Red+Green+Blue) = 42+190+16=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 190 (74.61% from 255 or 76.61% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE10 is #D541EF. Grayscale: #7E7E7E. Windows color (decimal): -13976048 or 1097258. OLE color: 1097258.
HSL color Cylindrical-coordinate representation of color #2ABE10: hue angle of 111.03º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ABE10 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 16 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.25 |
| HSL | 111.03º | 0.84% | 0.4% | - |
| HSV(B) | 111.03º | 0.92% | 0.75% | - |
| XYZ | 19.46 | 37.36 | 6.68 | - |
| YUV | 125.91 | 65.97 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 16 | 0.78 | 0 | 0.92 | 0.25 | 111.03 | 0.84 | 0.4 |
| Hex | 2A | BE | 10 | 4E | 0 | 5C | 19 | 6F | 54 | 28 |
| Octal | 52 | 276 | 20 | 116 | 0 | 134 | 31 | 157 | 124 | 50 |
| Binary | 101010 | 10111110 | 10000 | 1001110 | 0 | 1011100 | 11001 | 1101111 | 1010100 | 101000 |
Color Harmonies of #2ABE10
Complementary color
Monochromatic Colors of #2ABE10
Black with #2ABE10
Text Example
Text Example
White with #2ABE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE10; }
p { color: rgb(42,190,16); }
H1.HeaderClassName
{
color: #2ABE10;
}
.AnyTagClassName
{
color: #2ABE10;
}
</style>
background-color css
<style>
a { background-color: #2ABE10; }
a { background-color: rgb(42,190,16); }
div.DivClassName
{
background-color: #2ABE10;
}
.BgClassName
{
background-color: #2ABE10;
}
</style>
border-color css
<style>
span { border-color: #2ABE10; }
span { border-color: rgb(42,190,16); }
td.TdClassName
{
border-color: #2ABE10;
}
.TagClassName
{
border-color: #2ABE10;
}
</style>