Shades of Kelly Green #2ABE09
Tints of Kelly Green #2ABE09
RGB
CMYK
RGB Variations
Color information
#2ABE09 (or 0x2ABE09) is known color: Kelly Green. HEX triplet: 2A, BE and 09. RGB value is (42,190,9). Sum of RGB (Red+Green+Blue) = 42+190+9=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 190 (74.61% from 255 or 78.84% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE09 is #D541F6. Grayscale: #7D7D7D. Windows color (decimal): -13976055 or 638506. OLE color: 638506.
HSL color Cylindrical-coordinate representation of color #2ABE09: hue angle of 109.06º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2ABE09 is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 9 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.25 |
| HSL | 109.06º | 0.91% | 0.39% | - |
| HSV(B) | 109.06º | 0.95% | 0.75% | - |
| XYZ | 19.42 | 37.34 | 6.44 | - |
| YUV | 125.11 | 62.47 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 9 | 0.78 | 0 | 0.95 | 0.25 | 109.06 | 0.91 | 0.39 |
| Hex | 2A | BE | 9 | 4E | 0 | 5F | 19 | 6D | 5B | 27 |
| Octal | 52 | 276 | 11 | 116 | 0 | 137 | 31 | 155 | 133 | 47 |
| Binary | 101010 | 10111110 | 1001 | 1001110 | 0 | 1011111 | 11001 | 1101101 | 1011011 | 100111 |
Color Harmonies of #2ABE09
Complementary color
Monochromatic Colors of #2ABE09
Black with #2ABE09
Text Example
Text Example
White with #2ABE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE09; }
p { color: rgb(42,190,9); }
H1.HeaderClassName
{
color: #2ABE09;
}
.AnyTagClassName
{
color: #2ABE09;
}
</style>
background-color css
<style>
a { background-color: #2ABE09; }
a { background-color: rgb(42,190,9); }
div.DivClassName
{
background-color: #2ABE09;
}
.BgClassName
{
background-color: #2ABE09;
}
</style>
border-color css
<style>
span { border-color: #2ABE09; }
span { border-color: rgb(42,190,9); }
td.TdClassName
{
border-color: #2ABE09;
}
.TagClassName
{
border-color: #2ABE09;
}
</style>