Html Css Color HEX #BCFC1E Green Yellow

📋 copy color: '#BCFC1E'

red 188 ◦ green 252 ◦ blue 30

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

Shades of Green Yellow #BCFC1E

Tints of Green Yellow #BCFC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.38%

R = 40%
G = 53.62%
B = 6.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#BCFC1E (or 0xBCFC1E) is known color: Green Yellow. HEX triplet: BC, FC and 1E. RGB value is (188,252,30). Sum of RGB (Red+Green+Blue) = 188+252+30=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 30 (12.11% from 255 or 6.38% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC1E is #4303E1. Grayscale: #D0D0D0. Windows color (decimal): -4391906 or 2030780. OLE color: 2030780.

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

Color convert

RGB 188 252 30 -
CMYK 0.25 0 0.88 0.01
HSL 77.3º 0.97% 0.55% -
HSV(B) 77.3º 0.88% 0.99% -
XYZ 55.78 80.41 13.81 -
YUV 207.56 27.8 114.05 -
System Red Green Blue C M Y K H S L
Decimal 188 252 30 0.25 0 0.88 0.01 77.3 0.97 0.55
Hex BC FC 1E 19 0 58 1 4D 61 37
Octal 274 374 36 31 0 130 1 115 141 67
Binary 10111100 11111100 11110 11001 0 1011000 1 1001101 1100001 110111

Color Harmonies of #BCFC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC1E

Black with #BCFC1E

Text Example


Text Example

White with #BCFC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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