Html Css Color HEX #BCFC2B Green Yellow

📋 copy color: '#BCFC2B'

red 188 ◦ green 252 ◦ blue 43

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

Shades of Green Yellow #BCFC2B

Tints of Green Yellow #BCFC2B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.17%

 BLUE value IS 43 (17.19% from 255) = 8.9%

R = 38.92%
G = 52.17%
B = 8.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#BCFC2B (or 0xBCFC2B) is known color: Green Yellow. HEX triplet: BC, FC and 2B. RGB value is (188,252,43). Sum of RGB (Red+Green+Blue) = 188+252+43=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC2B is #4303D4. Grayscale: #D1D1D1. Windows color (decimal): -4391893 or 2882748. OLE color: 2882748.

HSL color Cylindrical-coordinate representation of color #BCFC2B: hue angle of 78.37º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCFC2B is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 43 -
CMYK 0.25 0 0.83 0.01
HSL 78.37º 0.97% 0.58% -
HSV(B) 78.37º 0.83% 0.99% -
XYZ 55.99 80.49 14.87 -
YUV 209.04 34.3 112.99 -
System Red Green Blue C M Y K H S L
Decimal 188 252 43 0.25 0 0.83 0.01 78.37 0.97 0.58
Hex BC FC 2B 19 0 53 1 4E 61 3A
Octal 274 374 53 31 0 123 1 116 141 72
Binary 10111100 11111100 101011 11001 0 1010011 1 1001110 1100001 111010

Color Harmonies of #BCFC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC2B

Black with #BCFC2B

Text Example


Text Example

White with #BCFC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC2B; }

 p { color: rgb(188,252,43); }

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

background-color css

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

 a { background-color: rgb(188,252,43); }

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

border-color css

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

 span { border-color: rgb(188,252,43); }

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