Html Css Color HEX #BCFA0A Electric Lime

📋 copy color: '#BCFA0A'

red 188 ◦ green 250 ◦ blue 10

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

Shades of Electric Lime #BCFA0A

Tints of Electric Lime #BCFA0A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.8%

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

R = 41.96%
G = 55.8%
B = 2.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#BCFA0A (or 0xBCFA0A) is known color: Electric Lime. HEX triplet: BC, FA and 0A. RGB value is (188,250,10). Sum of RGB (Red+Green+Blue) = 188+250+10=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFA0A is #4305F5. Grayscale: #CDCDCD. Windows color (decimal): -4392438 or 719548. OLE color: 719548.

HSL color Cylindrical-coordinate representation of color #BCFA0A: hue angle of 75.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCFA0A is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 10 -
CMYK 0.25 0 0.96 0.02
HSL 75.5º 0.96% 0.51% -
HSV(B) 75.5º 0.96% 0.98% -
XYZ 54.98 79.08 12.65 -
YUV 204.1 18.46 116.51 -
System Red Green Blue C M Y K H S L
Decimal 188 250 10 0.25 0 0.96 0.02 75.5 0.96 0.51
Hex BC FA A 19 0 60 2 4C 60 33
Octal 274 372 12 31 0 140 2 114 140 63
Binary 10111100 11111010 1010 11001 0 1100000 10 1001100 1100000 110011

Color Harmonies of #BCFA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA0A

Black with #BCFA0A

Text Example


Text Example

White with #BCFA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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