Shades of Green Yellow #BBFC2D
Tints of Green Yellow #BBFC2D
RGB
CMYK
RGB Variations
Color information
#BBFC2D (or 0xBBFC2D) is known color: Green Yellow. HEX triplet: BB, FC and 2D. RGB value is (187,252,45). Sum of RGB (Red+Green+Blue) = 187+252+45=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBFC2D is #4403D2. Grayscale: #D1D1D1. Windows color (decimal): -4457427 or 3013819. OLE color: 3013819.
HSL color Cylindrical-coordinate representation of color #BBFC2D: hue angle of 78.84º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBFC2D is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 45 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.01 |
| HSL | 78.84º | 0.97% | 0.58% | - |
| HSV(B) | 78.84º | 0.82% | 0.99% | - |
| XYZ | 55.78 | 80.38 | 15.06 | - |
| YUV | 208.97 | 35.47 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 45 | 0.26 | 0 | 0.82 | 0.01 | 78.84 | 0.97 | 0.58 |
| Hex | BB | FC | 2D | 1A | 0 | 52 | 1 | 4F | 61 | 3A |
| Octal | 273 | 374 | 55 | 32 | 0 | 122 | 1 | 117 | 141 | 72 |
| Binary | 10111011 | 11111100 | 101101 | 11010 | 0 | 1010010 | 1 | 1001111 | 1100001 | 111010 |
Color Harmonies of #BBFC2D
Complementary color
Monochromatic Colors of #BBFC2D
Black with #BBFC2D
Text Example
Text Example
White with #BBFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC2D; }
p { color: rgb(187,252,45); }
H1.HeaderClassName
{
color: #BBFC2D;
}
.AnyTagClassName
{
color: #BBFC2D;
}
</style>
background-color css
<style>
a { background-color: #BBFC2D; }
a { background-color: rgb(187,252,45); }
div.DivClassName
{
background-color: #BBFC2D;
}
.BgClassName
{
background-color: #BBFC2D;
}
</style>
border-color css
<style>
span { border-color: #BBFC2D; }
span { border-color: rgb(187,252,45); }
td.TdClassName
{
border-color: #BBFC2D;
}
.TagClassName
{
border-color: #BBFC2D;
}
</style>