Shades of Green Yellow #B0EE2D
Tints of Green Yellow #B0EE2D
RGB
CMYK
RGB Variations
Color information
#B0EE2D (or 0xB0EE2D) is known color: Green Yellow. HEX triplet: B0, EE and 2D. RGB value is (176,238,45). Sum of RGB (Red+Green+Blue) = 176+238+45=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EE2D is #4F11D2. Grayscale: #C6C6C6. Windows color (decimal): -5181907 or 3010224. OLE color: 3010224.
HSL color Cylindrical-coordinate representation of color #B0EE2D: hue angle of 79.27º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0EE2D is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 45 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.07 |
| HSL | 79.27º | 0.85% | 0.55% | - |
| HSV(B) | 79.27º | 0.81% | 0.93% | - |
| XYZ | 48.95 | 70.57 | 13.52 | - |
| YUV | 197.46 | 41.96 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 45 | 0.26 | 0 | 0.81 | 0.07 | 79.27 | 0.85 | 0.55 |
| Hex | B0 | EE | 2D | 1A | 0 | 51 | 7 | 4F | 55 | 37 |
| Octal | 260 | 356 | 55 | 32 | 0 | 121 | 7 | 117 | 125 | 67 |
| Binary | 10110000 | 11101110 | 101101 | 11010 | 0 | 1010001 | 111 | 1001111 | 1010101 | 110111 |
Color Harmonies of #B0EE2D
Complementary color
Monochromatic Colors of #B0EE2D
Black with #B0EE2D
Text Example
Text Example
White with #B0EE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EE2D; }
p { color: rgb(176,238,45); }
H1.HeaderClassName
{
color: #B0EE2D;
}
.AnyTagClassName
{
color: #B0EE2D;
}
</style>
background-color css
<style>
a { background-color: #B0EE2D; }
a { background-color: rgb(176,238,45); }
div.DivClassName
{
background-color: #B0EE2D;
}
.BgClassName
{
background-color: #B0EE2D;
}
</style>
border-color css
<style>
span { border-color: #B0EE2D; }
span { border-color: rgb(176,238,45); }
td.TdClassName
{
border-color: #B0EE2D;
}
.TagClassName
{
border-color: #B0EE2D;
}
</style>