Shades of Green Yellow #B2F22A
Tints of Green Yellow #B2F22A
RGB
CMYK
RGB Variations
Color information
#B2F22A (or 0xB2F22A) is known color: Green Yellow. HEX triplet: B2, F2 and 2A. RGB value is (178,242,42). Sum of RGB (Red+Green+Blue) = 178+242+42=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F22A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F22A is #4D0DD5. Grayscale: #C8C8C8. Windows color (decimal): -5049814 or 2814642. OLE color: 2814642.
HSL color Cylindrical-coordinate representation of color #B2F22A: hue angle of 79.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2F22A is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 42 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.05 |
| HSL | 79.2º | 0.88% | 0.56% | - |
| HSV(B) | 79.2º | 0.83% | 0.95% | - |
| XYZ | 50.53 | 73.14 | 13.64 | - |
| YUV | 200.06 | 38.8 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 42 | 0.26 | 0 | 0.83 | 0.05 | 79.2 | 0.88 | 0.56 |
| Hex | B2 | F2 | 2A | 1A | 0 | 53 | 5 | 4F | 58 | 38 |
| Octal | 262 | 362 | 52 | 32 | 0 | 123 | 5 | 117 | 130 | 70 |
| Binary | 10110010 | 11110010 | 101010 | 11010 | 0 | 1010011 | 101 | 1001111 | 1011000 | 111000 |
Color Harmonies of #B2F22A
Complementary color
Monochromatic Colors of #B2F22A
Black with #B2F22A
Text Example
Text Example
White with #B2F22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F22A; }
p { color: rgb(178,242,42); }
H1.HeaderClassName
{
color: #B2F22A;
}
.AnyTagClassName
{
color: #B2F22A;
}
</style>
background-color css
<style>
a { background-color: #B2F22A; }
a { background-color: rgb(178,242,42); }
div.DivClassName
{
background-color: #B2F22A;
}
.BgClassName
{
background-color: #B2F22A;
}
</style>
border-color css
<style>
span { border-color: #B2F22A; }
span { border-color: rgb(178,242,42); }
td.TdClassName
{
border-color: #B2F22A;
}
.TagClassName
{
border-color: #B2F22A;
}
</style>