#BCF02E

Color #BCF02E Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #BCF02E

Tints of Green Yellow #BCF02E

Color information

#BCF02E (or 0xBCF02E) is unknown color: approx Green Yellow. HEX triplet: BC, F0 and 2E. RGB value is (188,240,46). Sum of RGB (Red+Green+Blue) = 188+240+46=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF02E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF02E is #430FD1. Grayscale: #CBCBCB. Windows color (decimal): -4394962 or 3076284. OLE color: 3076284.

HSL color Cylindrical-coordinate representation of color #BCF02E: hue angle of 76.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCF02E is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB18824046-
CMYK0.2200.810.06
HSL76.08º86.61%56.08%-
HSV(B)76.08º80.83%94.12%-
XYZ52.3973.2113.95-
YUV202.3439.77117.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 240 (94.14% from 255) = 50.63%
BLUE value IS 46 (18.36% from 255) = 9.70%
R=39.66%
G=50.63%
B=9.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188240460.2200.810.0676.0886.6156.08
HexBCF02E1605164c5738
Octal27436056260121611412770
Binary1011110011110000101110101100101000111010011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF02E; }

 p { color: rgb(188,240,46); }

 H1.HeaderClassName
 {
   color: #BCF02E;
 }
 .AnyTagClassName
 {
   color: #BCF02E;
 }
</style>
background-color css

<style>
 a { background-color: #BCF02E; }

 a { background-color: rgb(188,240,46); }

 div.DivClassName
 {
   background-color: #BCF02E;
 }
 .BgClassName
 {
   background-color: #BCF02E;
 }
</style>
border-color css

<style>
 span { border-color: #BCF02E; }

 span { border-color: rgb(188,240,46); }

 td.TdClassName
 {
   border-color: #BCF02E;
 }
 .TagClassName
 {
   border-color: #BCF02E;
 }
</style>