Shades of Green Yellow #B0EA2A
Tints of Green Yellow #B0EA2A
RGB
CMYK
RGB Variations
Color information
#B0EA2A (or 0xB0EA2A) is known color: Green Yellow. HEX triplet: B0, EA and 2A. RGB value is (176,234,42). Sum of RGB (Red+Green+Blue) = 176+234+42=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EA2A is #4F15D5. Grayscale: #C3C3C3. Windows color (decimal): -5182934 or 2812592. OLE color: 2812592.
HSL color Cylindrical-coordinate representation of color #B0EA2A: hue angle of 78.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0EA2A is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 42 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.08 |
| HSL | 78.12º | 0.82% | 0.54% | - |
| HSV(B) | 78.12º | 0.82% | 0.92% | - |
| XYZ | 47.75 | 68.24 | 12.85 | - |
| YUV | 194.77 | 41.78 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 42 | 0.25 | 0 | 0.82 | 0.08 | 78.12 | 0.82 | 0.54 |
| Hex | B0 | EA | 2A | 19 | 0 | 52 | 8 | 4E | 52 | 36 |
| Octal | 260 | 352 | 52 | 31 | 0 | 122 | 10 | 116 | 122 | 66 |
| Binary | 10110000 | 11101010 | 101010 | 11001 | 0 | 1010010 | 1000 | 1001110 | 1010010 | 110110 |
Color Harmonies of #B0EA2A
Complementary color
Monochromatic Colors of #B0EA2A
Black with #B0EA2A
Text Example
Text Example
White with #B0EA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EA2A; }
p { color: rgb(176,234,42); }
H1.HeaderClassName
{
color: #B0EA2A;
}
.AnyTagClassName
{
color: #B0EA2A;
}
</style>
background-color css
<style>
a { background-color: #B0EA2A; }
a { background-color: rgb(176,234,42); }
div.DivClassName
{
background-color: #B0EA2A;
}
.BgClassName
{
background-color: #B0EA2A;
}
</style>
border-color css
<style>
span { border-color: #B0EA2A; }
span { border-color: rgb(176,234,42); }
td.TdClassName
{
border-color: #B0EA2A;
}
.TagClassName
{
border-color: #B0EA2A;
}
</style>