Shades of Green Yellow #B4F02E
Tints of Green Yellow #B4F02E
RGB
CMYK
RGB Variations
Color information
#B4F02E (or 0xB4F02E) is known color: Green Yellow. HEX triplet: B4, F0 and 2E. RGB value is (180,240,46). Sum of RGB (Red+Green+Blue) = 180+240+46=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F02E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F02E is #4B0FD1. Grayscale: #C8C8C8. Windows color (decimal): -4919250 or 3076276. OLE color: 3076276.
HSL color Cylindrical-coordinate representation of color #B4F02E: hue angle of 78.56º degrees, saturation: 0.87, 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 #B4F02E is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 240 | 46 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.06 |
| HSL | 78.56º | 0.87% | 0.56% | - |
| HSV(B) | 78.56º | 0.81% | 0.94% | - |
| XYZ | 50.48 | 72.22 | 13.86 | - |
| YUV | 199.94 | 41.12 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 240 | 46 | 0.25 | 0 | 0.81 | 0.06 | 78.56 | 0.87 | 0.56 |
| Hex | B4 | F0 | 2E | 19 | 0 | 51 | 6 | 4F | 57 | 38 |
| Octal | 264 | 360 | 56 | 31 | 0 | 121 | 6 | 117 | 127 | 70 |
| Binary | 10110100 | 11110000 | 101110 | 11001 | 0 | 1010001 | 110 | 1001111 | 1010111 | 111000 |
Color Harmonies of #B4F02E
Complementary color
Monochromatic Colors of #B4F02E
Black with #B4F02E
Text Example
Text Example
White with #B4F02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F02E; }
p { color: rgb(180,240,46); }
H1.HeaderClassName
{
color: #B4F02E;
}
.AnyTagClassName
{
color: #B4F02E;
}
</style>
background-color css
<style>
a { background-color: #B4F02E; }
a { background-color: rgb(180,240,46); }
div.DivClassName
{
background-color: #B4F02E;
}
.BgClassName
{
background-color: #B4F02E;
}
</style>
border-color css
<style>
span { border-color: #B4F02E; }
span { border-color: rgb(180,240,46); }
td.TdClassName
{
border-color: #B4F02E;
}
.TagClassName
{
border-color: #B4F02E;
}
</style>