Shades of Kelly Green #2ABE02
Tints of Kelly Green #2ABE02
RGB
CMYK
RGB Variations
Color information
#2ABE02 (or 0x2ABE02) is known color: Kelly Green. HEX triplet: 2A, BE and 02. RGB value is (42,190,2). Sum of RGB (Red+Green+Blue) = 42+190+2=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 190 (74.61% from 255 or 81.20% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE02 is #D541FD. Grayscale: #7C7C7C. Windows color (decimal): -13976062 or 179754. OLE color: 179754.
HSL color Cylindrical-coordinate representation of color #2ABE02: hue angle of 107.23º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2ABE02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.25 |
| HSL | 107.23º | 0.98% | 0.38% | - |
| HSV(B) | 107.23º | 0.99% | 0.75% | - |
| XYZ | 19.38 | 37.32 | 6.24 | - |
| YUV | 124.32 | 58.97 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 2 | 0.78 | 0 | 0.99 | 0.25 | 107.23 | 0.98 | 0.38 |
| Hex | 2A | BE | 2 | 4E | 0 | 63 | 19 | 6B | 62 | 26 |
| Octal | 52 | 276 | 2 | 116 | 0 | 143 | 31 | 153 | 142 | 46 |
| Binary | 101010 | 10111110 | 10 | 1001110 | 0 | 1100011 | 11001 | 1101011 | 1100010 | 100110 |
Color Harmonies of #2ABE02
Complementary color
Monochromatic Colors of #2ABE02
Black with #2ABE02
Text Example
Text Example
White with #2ABE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE02; }
p { color: rgb(42,190,2); }
H1.HeaderClassName
{
color: #2ABE02;
}
.AnyTagClassName
{
color: #2ABE02;
}
</style>
background-color css
<style>
a { background-color: #2ABE02; }
a { background-color: rgb(42,190,2); }
div.DivClassName
{
background-color: #2ABE02;
}
.BgClassName
{
background-color: #2ABE02;
}
</style>
border-color css
<style>
span { border-color: #2ABE02; }
span { border-color: rgb(42,190,2); }
td.TdClassName
{
border-color: #2ABE02;
}
.TagClassName
{
border-color: #2ABE02;
}
</style>