#BCEF2E

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

Shades of Green Yellow #BCEF2E

Tints of Green Yellow #BCEF2E

Color information

#BCEF2E (or 0xBCEF2E) is unknown color: approx Green Yellow. HEX triplet: BC, EF and 2E. RGB value is (188,239,46). Sum of RGB (Red+Green+Blue) = 188+239+46=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEF2E is #4310D1. Grayscale: #CACACA. Windows color (decimal): -4395218 or 3076028. OLE color: 3076028.

HSL color Cylindrical-coordinate representation of color #BCEF2E: hue angle of 75.85º degrees, saturation: 0.86, 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 #BCEF2E is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB18823946-
CMYK0.2100.810.06
HSL75.85º85.78%55.88%-
HSV(B)75.85º80.75%93.73%-
XYZ52.172.6213.86-
YUV201.7540.1118.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 239 (93.75% from 255) = 50.53%
BLUE value IS 46 (18.36% from 255) = 9.73%
R=39.75%
G=50.53%
B=9.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188239460.2100.810.0675.8585.7855.88
HexBCEF2E1505164c5638
Octal27435756250121611412670
Binary1011110011101111101110101010101000111010011001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEF2E; }

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

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

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

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

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

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

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

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