Html Css Color HEX #BCFC3D Green Yellow

📋 copy color: '#BCFC3D'

red 188 ◦ green 252 ◦ blue 61

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

Shades of Green Yellow #BCFC3D

Tints of Green Yellow #BCFC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.18%

R = 37.52%
G = 50.3%
B = 12.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#BCFC3D (or 0xBCFC3D) is known color: Green Yellow. HEX triplet: BC, FC and 3D. RGB value is (188,252,61). Sum of RGB (Red+Green+Blue) = 188+252+61=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC3D is #4303C2. Grayscale: #D3D3D3. Windows color (decimal): -4391875 or 4062396. OLE color: 4062396.

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

Color convert

RGB 188 252 61 -
CMYK 0.25 0 0.76 0.01
HSL 80.1º 0.97% 0.61% -
HSV(B) 80.1º 0.76% 0.99% -
XYZ 56.39 80.65 17.01 -
YUV 211.09 43.3 111.53 -
System Red Green Blue C M Y K H S L
Decimal 188 252 61 0.25 0 0.76 0.01 80.1 0.97 0.61
Hex BC FC 3D 19 0 4C 1 50 61 3D
Octal 274 374 75 31 0 114 1 120 141 75
Binary 10111100 11111100 111101 11001 0 1001100 1 1010000 1100001 111101

Color Harmonies of #BCFC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC3D

Black with #BCFC3D

Text Example


Text Example

White with #BCFC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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