Shades of Green Yellow #BCFF30
Tints of Green Yellow #BCFF30
RGB
CMYK
RGB Variations
Color information
#BCFF30 (or 0xBCFF30) is known color: Green Yellow. HEX triplet: BC, FF and 30. RGB value is (188,255,48). Sum of RGB (Red+Green+Blue) = 188+255+48=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF30 is #4300CF. Grayscale: #D4D4D4. Windows color (decimal): -4391120 or 3211196. OLE color: 3211196.
HSL color Cylindrical-coordinate representation of color #BCFF30: hue angle of 79.42º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCFF30 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 48 | - |
| CMYK | 0.26 | 0 | 0.81 | 0 |
| HSL | 79.42º | 1% | 0.59% | - |
| HSV(B) | 79.42º | 0.81% | 1% | - |
| XYZ | 57.03 | 82.42 | 15.7 | - |
| YUV | 211.37 | 35.8 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 48 | 0.26 | 0 | 0.81 | 0 | 79.42 | 1 | 0.59 |
| Hex | BC | FF | 30 | 1A | 0 | 51 | 0 | 4F | 64 | 3B |
| Octal | 274 | 377 | 60 | 32 | 0 | 121 | 0 | 117 | 144 | 73 |
| Binary | 10111100 | 11111111 | 110000 | 11010 | 0 | 1010001 | 0 | 1001111 | 1100100 | 111011 |
Color Harmonies of #BCFF30
Complementary color
Monochromatic Colors of #BCFF30
Black with #BCFF30
Text Example
Text Example
White with #BCFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF30; }
p { color: rgb(188,255,48); }
H1.HeaderClassName
{
color: #BCFF30;
}
.AnyTagClassName
{
color: #BCFF30;
}
</style>
background-color css
<style>
a { background-color: #BCFF30; }
a { background-color: rgb(188,255,48); }
div.DivClassName
{
background-color: #BCFF30;
}
.BgClassName
{
background-color: #BCFF30;
}
</style>
border-color css
<style>
span { border-color: #BCFF30; }
span { border-color: rgb(188,255,48); }
td.TdClassName
{
border-color: #BCFF30;
}
.TagClassName
{
border-color: #BCFF30;
}
</style>