Html Css Color HEX #BCFF10 Electric Lime

📋 copy color: '#BCFF10'

red 188 ◦ green 255 ◦ blue 16

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

Shades of Electric Lime #BCFF10

Tints of Electric Lime #BCFF10

RGB

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

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

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

R = 40.96%
G = 55.56%
B = 3.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#BCFF10 (or 0xBCFF10) is known color: Electric Lime. HEX triplet: BC, FF and 10. RGB value is (188,255,16). Sum of RGB (Red+Green+Blue) = 188+255+16=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF10 is #4300EF. Grayscale: #D0D0D0. Windows color (decimal): -4391152 or 1114044. OLE color: 1114044.

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

Color convert

RGB 188 255 16 -
CMYK 0.26 0 0.94 0
HSL 76.82º 1% 0.53% -
HSV(B) 76.82º 0.94% 1% -
XYZ 56.59 82.25 13.38 -
YUV 207.72 19.8 113.93 -
System Red Green Blue C M Y K H S L
Decimal 188 255 16 0.26 0 0.94 0 76.82 1 0.53
Hex BC FF 10 1A 0 5E 0 4D 64 35
Octal 274 377 20 32 0 136 0 115 144 65
Binary 10111100 11111111 10000 11010 0 1011110 0 1001101 1100100 110101

Color Harmonies of #BCFF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF10

Black with #BCFF10

Text Example


Text Example

White with #BCFF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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