Shades of Green Yellow #B2EC3D
Tints of Green Yellow #B2EC3D
RGB
CMYK
RGB Variations
Color information
#B2EC3D (or 0xB2EC3D) is known color: Green Yellow. HEX triplet: B2, EC and 3D. RGB value is (178,236,61). Sum of RGB (Red+Green+Blue) = 178+236+61=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EC3D is #4D13C2. Grayscale: #C7C7C7. Windows color (decimal): -5051331 or 4058290. OLE color: 4058290.
HSL color Cylindrical-coordinate representation of color #B2EC3D: hue angle of 79.89º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2EC3D is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 61 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.07 |
| HSL | 79.89º | 0.82% | 0.58% | - |
| HSV(B) | 79.89º | 0.74% | 0.93% | - |
| XYZ | 49.2 | 69.79 | 15.29 | - |
| YUV | 198.71 | 50.28 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 61 | 0.25 | 0 | 0.74 | 0.07 | 79.89 | 0.82 | 0.58 |
| Hex | B2 | EC | 3D | 19 | 0 | 4A | 7 | 50 | 52 | 3A |
| Octal | 262 | 354 | 75 | 31 | 0 | 112 | 7 | 120 | 122 | 72 |
| Binary | 10110010 | 11101100 | 111101 | 11001 | 0 | 1001010 | 111 | 1010000 | 1010010 | 111010 |
Color Harmonies of #B2EC3D
Complementary color
Monochromatic Colors of #B2EC3D
Black with #B2EC3D
Text Example
Text Example
White with #B2EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC3D; }
p { color: rgb(178,236,61); }
H1.HeaderClassName
{
color: #B2EC3D;
}
.AnyTagClassName
{
color: #B2EC3D;
}
</style>
background-color css
<style>
a { background-color: #B2EC3D; }
a { background-color: rgb(178,236,61); }
div.DivClassName
{
background-color: #B2EC3D;
}
.BgClassName
{
background-color: #B2EC3D;
}
</style>
border-color css
<style>
span { border-color: #B2EC3D; }
span { border-color: rgb(178,236,61); }
td.TdClassName
{
border-color: #B2EC3D;
}
.TagClassName
{
border-color: #B2EC3D;
}
</style>