Html Css Color HEX #BCFC3E Green Yellow

📋 copy color: '#BCFC3E'

red 188 ◦ green 252 ◦ blue 62

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

Shades of Green Yellow #BCFC3E

Tints of Green Yellow #BCFC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.35%

R = 37.45%
G = 50.2%
B = 12.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#BCFC3E (or 0xBCFC3E) is known color: Green Yellow. HEX triplet: BC, FC and 3E. RGB value is (188,252,62). Sum of RGB (Red+Green+Blue) = 188+252+62=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC3E is #4303C1. Grayscale: #D3D3D3. Windows color (decimal): -4391874 or 4127932. OLE color: 4127932.

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

Color convert

RGB 188 252 62 -
CMYK 0.25 0 0.75 0.01
HSL 80.21º 0.97% 0.62% -
HSV(B) 80.21º 0.75% 0.99% -
XYZ 56.42 80.66 17.15 -
YUV 211.2 43.8 111.45 -
System Red Green Blue C M Y K H S L
Decimal 188 252 62 0.25 0 0.75 0.01 80.21 0.97 0.62
Hex BC FC 3E 19 0 4B 1 50 61 3E
Octal 274 374 76 31 0 113 1 120 141 76
Binary 10111100 11111100 111110 11001 0 1001011 1 1010000 1100001 111110

Color Harmonies of #BCFC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC3E

Black with #BCFC3E

Text Example


Text Example

White with #BCFC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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