Html Css Color HEX #BCFB3F Green Yellow

📋 copy color: '#BCFB3F'

red 188 ◦ green 251 ◦ blue 63

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

Shades of Green Yellow #BCFB3F

Tints of Green Yellow #BCFB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.55%

R = 37.45%
G = 50%
B = 12.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#BCFB3F (or 0xBCFB3F) is known color: Green Yellow. HEX triplet: BC, FB and 3F. RGB value is (188,251,63). Sum of RGB (Red+Green+Blue) = 188+251+63=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFB3F is #4304C0. Grayscale: #D3D3D3. Windows color (decimal): -4392129 or 4193212. OLE color: 4193212.

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

Color convert

RGB 188 251 63 -
CMYK 0.25 0 0.75 0.02
HSL 80.11º 0.96% 0.62% -
HSV(B) 80.11º 0.75% 0.98% -
XYZ 56.13 80.04 17.19 -
YUV 210.73 44.63 111.79 -
System Red Green Blue C M Y K H S L
Decimal 188 251 63 0.25 0 0.75 0.02 80.11 0.96 0.62
Hex BC FB 3F 19 0 4B 2 50 60 3E
Octal 274 373 77 31 0 113 2 120 140 76
Binary 10111100 11111011 111111 11001 0 1001011 10 1010000 1100000 111110

Color Harmonies of #BCFB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB3F

Black with #BCFB3F

Text Example


Text Example

White with #BCFB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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