Shades of Green Yellow #ABFE2E
Tints of Green Yellow #ABFE2E
RGB
CMYK
RGB Variations
Color information
#ABFE2E (or 0xABFE2E) is known color: Green Yellow. HEX triplet: AB, FE and 2E. RGB value is (171,254,46). Sum of RGB (Red+Green+Blue) = 171+254+46=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFE2E is #5401D1. Grayscale: #CECECE. Windows color (decimal): -5505490 or 3079851. OLE color: 3079851.
HSL color Cylindrical-coordinate representation of color #ABFE2E: hue angle of 83.94º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABFE2E is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 46 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.00 |
| HSL | 83.94º | 0.99% | 0.59% | - |
| HSV(B) | 83.94º | 0.82% | 1% | - |
| XYZ | 52.73 | 79.74 | 15.2 | - |
| YUV | 205.47 | 38 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 46 | 0.33 | 0 | 0.82 | 0.00 | 83.94 | 0.99 | 0.59 |
| Hex | AB | FE | 2E | 21 | 0 | 52 | 0 | 54 | 63 | 3B |
| Octal | 253 | 376 | 56 | 41 | 0 | 122 | 0 | 124 | 143 | 73 |
| Binary | 10101011 | 11111110 | 101110 | 100001 | 0 | 1010010 | 0 | 1010100 | 1100011 | 111011 |
Color Harmonies of #ABFE2E
Complementary color
Monochromatic Colors of #ABFE2E
Black with #ABFE2E
Text Example
Text Example
White with #ABFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE2E; }
p { color: rgb(171,254,46); }
H1.HeaderClassName
{
color: #ABFE2E;
}
.AnyTagClassName
{
color: #ABFE2E;
}
</style>
background-color css
<style>
a { background-color: #ABFE2E; }
a { background-color: rgb(171,254,46); }
div.DivClassName
{
background-color: #ABFE2E;
}
.BgClassName
{
background-color: #ABFE2E;
}
</style>
border-color css
<style>
span { border-color: #ABFE2E; }
span { border-color: rgb(171,254,46); }
td.TdClassName
{
border-color: #ABFE2E;
}
.TagClassName
{
border-color: #ABFE2E;
}
</style>