Shades of Green Yellow #BCEE30
Tints of Green Yellow #BCEE30
RGB
CMYK
RGB Variations
Color information
#BCEE30 (or 0xBCEE30) is known color: Green Yellow. HEX triplet: BC, EE and 30. RGB value is (188,238,48). Sum of RGB (Red+Green+Blue) = 188+238+48=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEE30 is #4311CF. Grayscale: #CACACA. Windows color (decimal): -4395472 or 3206844. OLE color: 3206844.
HSL color Cylindrical-coordinate representation of color #BCEE30: hue angle of 75.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCEE30 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 48 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.07 |
| HSL | 75.79º | 0.85% | 0.56% | - |
| HSV(B) | 75.79º | 0.8% | 0.93% | - |
| XYZ | 51.85 | 72.05 | 13.97 | - |
| YUV | 201.39 | 41.44 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 48 | 0.21 | 0 | 0.80 | 0.07 | 75.79 | 0.85 | 0.56 |
| Hex | BC | EE | 30 | 15 | 0 | 50 | 7 | 4C | 55 | 38 |
| Octal | 274 | 356 | 60 | 25 | 0 | 120 | 7 | 114 | 125 | 70 |
| Binary | 10111100 | 11101110 | 110000 | 10101 | 0 | 1010000 | 111 | 1001100 | 1010101 | 111000 |
Color Harmonies of #BCEE30
Complementary color
Monochromatic Colors of #BCEE30
Black with #BCEE30
Text Example
Text Example
White with #BCEE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE30; }
p { color: rgb(188,238,48); }
H1.HeaderClassName
{
color: #BCEE30;
}
.AnyTagClassName
{
color: #BCEE30;
}
</style>
background-color css
<style>
a { background-color: #BCEE30; }
a { background-color: rgb(188,238,48); }
div.DivClassName
{
background-color: #BCEE30;
}
.BgClassName
{
background-color: #BCEE30;
}
</style>
border-color css
<style>
span { border-color: #BCEE30; }
span { border-color: rgb(188,238,48); }
td.TdClassName
{
border-color: #BCEE30;
}
.TagClassName
{
border-color: #BCEE30;
}
</style>