Html Css Color HEX #BCFF1F Green Yellow

📋 copy color: '#BCFF1F'

red 188 ◦ green 255 ◦ blue 31

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

Shades of Green Yellow #BCFF1F

Tints of Green Yellow #BCFF1F

RGB

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

 GREEN value IS 255 (100% from 255) = 53.8%

 BLUE value IS 31 (12.5% from 255) = 6.54%

R = 39.66%
G = 53.8%
B = 6.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#BCFF1F (or 0xBCFF1F) is known color: Green Yellow. HEX triplet: BC, FF and 1F. RGB value is (188,255,31). Sum of RGB (Red+Green+Blue) = 188+255+31=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF1F is #4300E0. Grayscale: #D2D2D2. Windows color (decimal): -4391137 or 2097084. OLE color: 2097084.

HSL color Cylindrical-coordinate representation of color #BCFF1F: hue angle of 77.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCFF1F is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 31 -
CMYK 0.26 0 0.88 0
HSL 77.95º 1% 0.56% -
HSV(B) 77.95º 0.88% 1% -
XYZ 56.75 82.31 14.19 -
YUV 209.43 27.3 112.71 -
System Red Green Blue C M Y K H S L
Decimal 188 255 31 0.26 0 0.88 0 77.95 1 0.56
Hex BC FF 1F 1A 0 58 0 4E 64 38
Octal 274 377 37 32 0 130 0 116 144 70
Binary 10111100 11111111 11111 11010 0 1011000 0 1001110 1100100 111000

Color Harmonies of #BCFF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF1F

Black with #BCFF1F

Text Example


Text Example

White with #BCFF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF1F; }

 p { color: rgb(188,255,31); }

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

background-color css

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

 a { background-color: rgb(188,255,31); }

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

border-color css

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

 span { border-color: rgb(188,255,31); }

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