Html Css Color HEX #BCFB2E Green Yellow

📋 copy color: '#BCFB2E'

red 188 ◦ green 251 ◦ blue 46

#BCFB2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BCFB2E

Tints of Green Yellow #BCFB2E

RGB

 RED value IS 188 (73.83% from 255) = 38.76%

 GREEN value IS 251 (98.44% from 255) = 51.75%

 BLUE value IS 46 (18.36% from 255) = 9.48%

R = 38.76%
G = 51.75%
B = 9.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#BCFB2E (or 0xBCFB2E) is known color: Green Yellow. HEX triplet: BC, FB and 2E. RGB value is (188,251,46). Sum of RGB (Red+Green+Blue) = 188+251+46=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFB2E is #4304D1. Grayscale: #D1D1D1. Windows color (decimal): -4392146 or 3079100. OLE color: 3079100.

HSL color Cylindrical-coordinate representation of color #BCFB2E: hue angle of 78.44º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCFB2E is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 46 -
CMYK 0.25 0 0.82 0.02
HSL 78.44º 0.96% 0.58% -
HSV(B) 78.44º 0.82% 0.98% -
XYZ 55.73 79.88 15.07 -
YUV 208.79 36.13 113.17 -
System Red Green Blue C M Y K H S L
Decimal 188 251 46 0.25 0 0.82 0.02 78.44 0.96 0.58
Hex BC FB 2E 19 0 52 2 4E 60 3A
Octal 274 373 56 31 0 122 2 116 140 72
Binary 10111100 11111011 101110 11001 0 1010010 10 1001110 1100000 111010

Color Harmonies of #BCFB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB2E

Black with #BCFB2E

Text Example


Text Example

White with #BCFB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB2E; }

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

 H1.HeaderClassName
 {
   color: #BCFB2E;
 }
 .AnyTagClassName
 {
   color: #BCFB2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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