Shades of Green Yellow #BBF02A
Tints of Green Yellow #BBF02A
RGB
CMYK
RGB Variations
Color information
#BBF02A (or 0xBBF02A) is known color: Green Yellow. HEX triplet: BB, F0 and 2A. RGB value is (187,240,42). Sum of RGB (Red+Green+Blue) = 187+240+42=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF02A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF02A is #440FD5. Grayscale: #CACACA. Windows color (decimal): -4460502 or 2814139. OLE color: 2814139.
HSL color Cylindrical-coordinate representation of color #BBF02A: hue angle of 76.06º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBF02A is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 42 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.06 |
| HSL | 76.06º | 0.87% | 0.55% | - |
| HSV(B) | 76.06º | 0.83% | 0.94% | - |
| XYZ | 52.07 | 73.05 | 13.55 | - |
| YUV | 201.58 | 37.94 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 42 | 0.22 | 0 | 0.82 | 0.06 | 76.06 | 0.87 | 0.55 |
| Hex | BB | F0 | 2A | 16 | 0 | 52 | 6 | 4C | 57 | 37 |
| Octal | 273 | 360 | 52 | 26 | 0 | 122 | 6 | 114 | 127 | 67 |
| Binary | 10111011 | 11110000 | 101010 | 10110 | 0 | 1010010 | 110 | 1001100 | 1010111 | 110111 |
Color Harmonies of #BBF02A
Complementary color
Monochromatic Colors of #BBF02A
Black with #BBF02A
Text Example
Text Example
White with #BBF02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF02A; }
p { color: rgb(187,240,42); }
H1.HeaderClassName
{
color: #BBF02A;
}
.AnyTagClassName
{
color: #BBF02A;
}
</style>
background-color css
<style>
a { background-color: #BBF02A; }
a { background-color: rgb(187,240,42); }
div.DivClassName
{
background-color: #BBF02A;
}
.BgClassName
{
background-color: #BBF02A;
}
</style>
border-color css
<style>
span { border-color: #BBF02A; }
span { border-color: rgb(187,240,42); }
td.TdClassName
{
border-color: #BBF02A;
}
.TagClassName
{
border-color: #BBF02A;
}
</style>