Shades of Green Yellow #B2FA3E
Tints of Green Yellow #B2FA3E
RGB
CMYK
RGB Variations
Color information
#B2FA3E (or 0xB2FA3E) is known color: Green Yellow. HEX triplet: B2, FA and 3E. RGB value is (178,250,62). Sum of RGB (Red+Green+Blue) = 178+250+62=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FA3E is #4D05C1. Grayscale: #CFCFCF. Windows color (decimal): -5047746 or 4127410. OLE color: 4127410.
HSL color Cylindrical-coordinate representation of color #B2FA3E: hue angle of 82.98º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2FA3E is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 62 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.02 |
| HSL | 82.98º | 0.95% | 0.61% | - |
| HSV(B) | 82.98º | 0.75% | 0.98% | - |
| XYZ | 53.42 | 78.18 | 16.83 | - |
| YUV | 207.04 | 46.15 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 62 | 0.29 | 0 | 0.75 | 0.02 | 82.98 | 0.95 | 0.61 |
| Hex | B2 | FA | 3E | 1D | 0 | 4B | 2 | 53 | 5F | 3D |
| Octal | 262 | 372 | 76 | 35 | 0 | 113 | 2 | 123 | 137 | 75 |
| Binary | 10110010 | 11111010 | 111110 | 11101 | 0 | 1001011 | 10 | 1010011 | 1011111 | 111101 |
Color Harmonies of #B2FA3E
Complementary color
Monochromatic Colors of #B2FA3E
Black with #B2FA3E
Text Example
Text Example
White with #B2FA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA3E; }
p { color: rgb(178,250,62); }
H1.HeaderClassName
{
color: #B2FA3E;
}
.AnyTagClassName
{
color: #B2FA3E;
}
</style>
background-color css
<style>
a { background-color: #B2FA3E; }
a { background-color: rgb(178,250,62); }
div.DivClassName
{
background-color: #B2FA3E;
}
.BgClassName
{
background-color: #B2FA3E;
}
</style>
border-color css
<style>
span { border-color: #B2FA3E; }
span { border-color: rgb(178,250,62); }
td.TdClassName
{
border-color: #B2FA3E;
}
.TagClassName
{
border-color: #B2FA3E;
}
</style>