Shades of Green Yellow #B2F13C
Tints of Green Yellow #B2F13C
RGB
CMYK
RGB Variations
Color information
#B2F13C (or 0xB2F13C) is known color: Green Yellow. HEX triplet: B2, F1 and 3C. RGB value is (178,241,60). Sum of RGB (Red+Green+Blue) = 178+241+60=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F13C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F13C is #4D0EC3. Grayscale: #CACACA. Windows color (decimal): -5050052 or 3994034. OLE color: 3994034.
HSL color Cylindrical-coordinate representation of color #B2F13C: hue angle of 80.88º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2F13C is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 60 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.05 |
| HSL | 80.88º | 0.87% | 0.59% | - |
| HSV(B) | 80.88º | 0.75% | 0.95% | - |
| XYZ | 50.63 | 72.7 | 15.64 | - |
| YUV | 201.53 | 48.13 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 60 | 0.26 | 0 | 0.75 | 0.05 | 80.88 | 0.87 | 0.59 |
| Hex | B2 | F1 | 3C | 1A | 0 | 4B | 5 | 51 | 57 | 3B |
| Octal | 262 | 361 | 74 | 32 | 0 | 113 | 5 | 121 | 127 | 73 |
| Binary | 10110010 | 11110001 | 111100 | 11010 | 0 | 1001011 | 101 | 1010001 | 1010111 | 111011 |
Color Harmonies of #B2F13C
Complementary color
Monochromatic Colors of #B2F13C
Black with #B2F13C
Text Example
Text Example
White with #B2F13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F13C; }
p { color: rgb(178,241,60); }
H1.HeaderClassName
{
color: #B2F13C;
}
.AnyTagClassName
{
color: #B2F13C;
}
</style>
background-color css
<style>
a { background-color: #B2F13C; }
a { background-color: rgb(178,241,60); }
div.DivClassName
{
background-color: #B2F13C;
}
.BgClassName
{
background-color: #B2F13C;
}
</style>
border-color css
<style>
span { border-color: #B2F13C; }
span { border-color: rgb(178,241,60); }
td.TdClassName
{
border-color: #B2F13C;
}
.TagClassName
{
border-color: #B2F13C;
}
</style>