Html Css Color HEX #BCFD0A Electric Lime

📋 copy color: '#BCFD0A'

red 188 ◦ green 253 ◦ blue 10

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

Shades of Electric Lime #BCFD0A

Tints of Electric Lime #BCFD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 41.69%
G = 56.1%
B = 2.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BCFD0A (or 0xBCFD0A) is known color: Electric Lime. HEX triplet: BC, FD and 0A. RGB value is (188,253,10). Sum of RGB (Red+Green+Blue) = 188+253+10=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 253 (99.22% from 255 or 56.10% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD0A is #4302F5. Grayscale: #CECECE. Windows color (decimal): -4391670 or 720316. OLE color: 720316.

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

Color convert

RGB 188 253 10 -
CMYK 0.26 0 0.96 0.01
HSL 76.05º 0.98% 0.52% -
HSV(B) 76.05º 0.96% 0.99% -
XYZ 55.92 80.96 12.97 -
YUV 205.86 17.47 115.26 -
System Red Green Blue C M Y K H S L
Decimal 188 253 10 0.26 0 0.96 0.01 76.05 0.98 0.52
Hex BC FD A 1A 0 60 1 4C 62 34
Octal 274 375 12 32 0 140 1 114 142 64
Binary 10111100 11111101 1010 11010 0 1100000 1 1001100 1100010 110100

Color Harmonies of #BCFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD0A

Black with #BCFD0A

Text Example


Text Example

White with #BCFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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