Shades of Green Yellow #B2EC3C
Tints of Green Yellow #B2EC3C
RGB
CMYK
RGB Variations
Color information
#B2EC3C (or 0xB2EC3C) is known color: Green Yellow. HEX triplet: B2, EC and 3C. RGB value is (178,236,60). Sum of RGB (Red+Green+Blue) = 178+236+60=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EC3C is #4D13C3. Grayscale: #C7C7C7. Windows color (decimal): -5051332 or 3992754. OLE color: 3992754.
HSL color Cylindrical-coordinate representation of color #B2EC3C: hue angle of 79.77º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2EC3C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 60 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.07 |
| HSL | 79.77º | 0.82% | 0.58% | - |
| HSV(B) | 79.77º | 0.75% | 0.93% | - |
| XYZ | 49.17 | 69.78 | 15.15 | - |
| YUV | 198.59 | 49.78 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 60 | 0.25 | 0 | 0.75 | 0.07 | 79.77 | 0.82 | 0.58 |
| Hex | B2 | EC | 3C | 19 | 0 | 4B | 7 | 50 | 52 | 3A |
| Octal | 262 | 354 | 74 | 31 | 0 | 113 | 7 | 120 | 122 | 72 |
| Binary | 10110010 | 11101100 | 111100 | 11001 | 0 | 1001011 | 111 | 1010000 | 1010010 | 111010 |
Color Harmonies of #B2EC3C
Complementary color
Monochromatic Colors of #B2EC3C
Black with #B2EC3C
Text Example
Text Example
White with #B2EC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC3C; }
p { color: rgb(178,236,60); }
H1.HeaderClassName
{
color: #B2EC3C;
}
.AnyTagClassName
{
color: #B2EC3C;
}
</style>
background-color css
<style>
a { background-color: #B2EC3C; }
a { background-color: rgb(178,236,60); }
div.DivClassName
{
background-color: #B2EC3C;
}
.BgClassName
{
background-color: #B2EC3C;
}
</style>
border-color css
<style>
span { border-color: #B2EC3C; }
span { border-color: rgb(178,236,60); }
td.TdClassName
{
border-color: #B2EC3C;
}
.TagClassName
{
border-color: #B2EC3C;
}
</style>