Shades of Green Yellow #B2EE3C
Tints of Green Yellow #B2EE3C
RGB
CMYK
RGB Variations
Color information
#B2EE3C (or 0xB2EE3C) is known color: Green Yellow. HEX triplet: B2, EE and 3C. RGB value is (178,238,60). Sum of RGB (Red+Green+Blue) = 178+238+60=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EE3C is #4D11C3. Grayscale: #C8C8C8. Windows color (decimal): -5050820 or 3993266. OLE color: 3993266.
HSL color Cylindrical-coordinate representation of color #B2EE3C: hue angle of 80.22º degrees, saturation: 0.84, 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 #B2EE3C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 60 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.07 |
| HSL | 80.22º | 0.84% | 0.58% | - |
| HSV(B) | 80.22º | 0.75% | 0.93% | - |
| XYZ | 49.75 | 70.94 | 15.35 | - |
| YUV | 199.77 | 49.12 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 60 | 0.25 | 0 | 0.75 | 0.07 | 80.22 | 0.84 | 0.58 |
| Hex | B2 | EE | 3C | 19 | 0 | 4B | 7 | 50 | 54 | 3A |
| Octal | 262 | 356 | 74 | 31 | 0 | 113 | 7 | 120 | 124 | 72 |
| Binary | 10110010 | 11101110 | 111100 | 11001 | 0 | 1001011 | 111 | 1010000 | 1010100 | 111010 |
Color Harmonies of #B2EE3C
Complementary color
Monochromatic Colors of #B2EE3C
Black with #B2EE3C
Text Example
Text Example
White with #B2EE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EE3C; }
p { color: rgb(178,238,60); }
H1.HeaderClassName
{
color: #B2EE3C;
}
.AnyTagClassName
{
color: #B2EE3C;
}
</style>
background-color css
<style>
a { background-color: #B2EE3C; }
a { background-color: rgb(178,238,60); }
div.DivClassName
{
background-color: #B2EE3C;
}
.BgClassName
{
background-color: #B2EE3C;
}
</style>
border-color css
<style>
span { border-color: #B2EE3C; }
span { border-color: rgb(178,238,60); }
td.TdClassName
{
border-color: #B2EE3C;
}
.TagClassName
{
border-color: #B2EE3C;
}
</style>