Shades of Green Yellow #B0EF2E
Tints of Green Yellow #B0EF2E
RGB
CMYK
RGB Variations
Color information
#B0EF2E (or 0xB0EF2E) is known color: Green Yellow. HEX triplet: B0, EF and 2E. RGB value is (176,239,46). Sum of RGB (Red+Green+Blue) = 176+239+46=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EF2E is #4F10D1. Grayscale: #C6C6C6. Windows color (decimal): -5181650 or 3076016. OLE color: 3076016.
HSL color Cylindrical-coordinate representation of color #B0EF2E: hue angle of 79.59º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0EF2E is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 46 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.06 |
| HSL | 79.59º | 0.86% | 0.56% | - |
| HSV(B) | 79.59º | 0.81% | 0.94% | - |
| XYZ | 49.26 | 71.16 | 13.72 | - |
| YUV | 198.16 | 42.13 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 46 | 0.26 | 0 | 0.81 | 0.06 | 79.59 | 0.86 | 0.56 |
| Hex | B0 | EF | 2E | 1A | 0 | 51 | 6 | 50 | 56 | 38 |
| Octal | 260 | 357 | 56 | 32 | 0 | 121 | 6 | 120 | 126 | 70 |
| Binary | 10110000 | 11101111 | 101110 | 11010 | 0 | 1010001 | 110 | 1010000 | 1010110 | 111000 |
Color Harmonies of #B0EF2E
Complementary color
Monochromatic Colors of #B0EF2E
Black with #B0EF2E
Text Example
Text Example
White with #B0EF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF2E; }
p { color: rgb(176,239,46); }
H1.HeaderClassName
{
color: #B0EF2E;
}
.AnyTagClassName
{
color: #B0EF2E;
}
</style>
background-color css
<style>
a { background-color: #B0EF2E; }
a { background-color: rgb(176,239,46); }
div.DivClassName
{
background-color: #B0EF2E;
}
.BgClassName
{
background-color: #B0EF2E;
}
</style>
border-color css
<style>
span { border-color: #B0EF2E; }
span { border-color: rgb(176,239,46); }
td.TdClassName
{
border-color: #B0EF2E;
}
.TagClassName
{
border-color: #B0EF2E;
}
</style>