Shades of Green Yellow #BCEE2A
Tints of Green Yellow #BCEE2A
RGB
CMYK
RGB Variations
Color information
#BCEE2A (or 0xBCEE2A) is known color: Green Yellow. HEX triplet: BC, EE and 2A. RGB value is (188,238,42). Sum of RGB (Red+Green+Blue) = 188+238+42=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEE2A is #4311D5. Grayscale: #C9C9C9. Windows color (decimal): -4395478 or 2813628. OLE color: 2813628.
HSL color Cylindrical-coordinate representation of color #BCEE2A: hue angle of 75.31º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCEE2A is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 42 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.07 |
| HSL | 75.31º | 0.85% | 0.55% | - |
| HSV(B) | 75.31º | 0.82% | 0.93% | - |
| XYZ | 51.73 | 72.01 | 13.36 | - |
| YUV | 200.71 | 38.44 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 42 | 0.21 | 0 | 0.82 | 0.07 | 75.31 | 0.85 | 0.55 |
| Hex | BC | EE | 2A | 15 | 0 | 52 | 7 | 4B | 55 | 37 |
| Octal | 274 | 356 | 52 | 25 | 0 | 122 | 7 | 113 | 125 | 67 |
| Binary | 10111100 | 11101110 | 101010 | 10101 | 0 | 1010010 | 111 | 1001011 | 1010101 | 110111 |
Color Harmonies of #BCEE2A
Complementary color
Monochromatic Colors of #BCEE2A
Black with #BCEE2A
Text Example
Text Example
White with #BCEE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE2A; }
p { color: rgb(188,238,42); }
H1.HeaderClassName
{
color: #BCEE2A;
}
.AnyTagClassName
{
color: #BCEE2A;
}
</style>
background-color css
<style>
a { background-color: #BCEE2A; }
a { background-color: rgb(188,238,42); }
div.DivClassName
{
background-color: #BCEE2A;
}
.BgClassName
{
background-color: #BCEE2A;
}
</style>
border-color css
<style>
span { border-color: #BCEE2A; }
span { border-color: rgb(188,238,42); }
td.TdClassName
{
border-color: #BCEE2A;
}
.TagClassName
{
border-color: #BCEE2A;
}
</style>