Html Css Color HEX #BCFD10 Electric Lime

📋 copy color: '#BCFD10'

red 188 ◦ green 253 ◦ blue 16

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

Shades of Electric Lime #BCFD10

Tints of Electric Lime #BCFD10

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55.36%

 BLUE value IS 16 (6.64% from 255) = 3.5%

R = 41.14%
G = 55.36%
B = 3.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#BCFD10 (or 0xBCFD10) is known color: Electric Lime. HEX triplet: BC, FD and 10. RGB value is (188,253,16). Sum of RGB (Red+Green+Blue) = 188+253+16=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 253 (99.22% from 255 or 55.36% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD10 is #4302EF. Grayscale: #CFCFCF. Windows color (decimal): -4391664 or 1113532. OLE color: 1113532.

HSL color Cylindrical-coordinate representation of color #BCFD10: hue angle of 76.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCFD10 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 16 -
CMYK 0.26 0 0.94 0.01
HSL 76.46º 0.98% 0.53% -
HSV(B) 76.46º 0.94% 0.99% -
XYZ 55.96 80.98 13.17 -
YUV 206.55 20.47 114.77 -
System Red Green Blue C M Y K H S L
Decimal 188 253 16 0.26 0 0.94 0.01 76.46 0.98 0.53
Hex BC FD 10 1A 0 5E 1 4C 62 35
Octal 274 375 20 32 0 136 1 114 142 65
Binary 10111100 11111101 10000 11010 0 1011110 1 1001100 1100010 110101

Color Harmonies of #BCFD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD10

Black with #BCFD10

Text Example


Text Example

White with #BCFD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD10; }

 p { color: rgb(188,253,16); }

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

background-color css

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

 a { background-color: rgb(188,253,16); }

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

border-color css

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

 span { border-color: rgb(188,253,16); }

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