Shades of Green Yellow #B2EA2D
Tints of Green Yellow #B2EA2D
RGB
CMYK
RGB Variations
Color information
#B2EA2D (or 0xB2EA2D) is known color: Green Yellow. HEX triplet: B2, EA and 2D. RGB value is (178,234,45). Sum of RGB (Red+Green+Blue) = 178+234+45=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EA2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EA2D is #4D15D2. Grayscale: #C4C4C4. Windows color (decimal): -5051859 or 3009202. OLE color: 3009202.
HSL color Cylindrical-coordinate representation of color #B2EA2D: hue angle of 77.78º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2EA2D is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 45 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.08 |
| HSL | 77.78º | 0.82% | 0.55% | - |
| HSV(B) | 77.78º | 0.81% | 0.92% | - |
| XYZ | 48.26 | 68.5 | 13.16 | - |
| YUV | 195.71 | 42.95 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 45 | 0.24 | 0 | 0.81 | 0.08 | 77.78 | 0.82 | 0.55 |
| Hex | B2 | EA | 2D | 18 | 0 | 51 | 8 | 4E | 52 | 37 |
| Octal | 262 | 352 | 55 | 30 | 0 | 121 | 10 | 116 | 122 | 67 |
| Binary | 10110010 | 11101010 | 101101 | 11000 | 0 | 1010001 | 1000 | 1001110 | 1010010 | 110111 |
Color Harmonies of #B2EA2D
Complementary color
Monochromatic Colors of #B2EA2D
Black with #B2EA2D
Text Example
Text Example
White with #B2EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EA2D; }
p { color: rgb(178,234,45); }
H1.HeaderClassName
{
color: #B2EA2D;
}
.AnyTagClassName
{
color: #B2EA2D;
}
</style>
background-color css
<style>
a { background-color: #B2EA2D; }
a { background-color: rgb(178,234,45); }
div.DivClassName
{
background-color: #B2EA2D;
}
.BgClassName
{
background-color: #B2EA2D;
}
</style>
border-color css
<style>
span { border-color: #B2EA2D; }
span { border-color: rgb(178,234,45); }
td.TdClassName
{
border-color: #B2EA2D;
}
.TagClassName
{
border-color: #B2EA2D;
}
</style>