Html Css Color HEX #BCFA0C Electric Lime

📋 copy color: '#BCFA0C'

red 188 ◦ green 250 ◦ blue 12

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

Shades of Electric Lime #BCFA0C

Tints of Electric Lime #BCFA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.67%

R = 41.78%
G = 55.56%
B = 2.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#BCFA0C (or 0xBCFA0C) is known color: Electric Lime. HEX triplet: BC, FA and 0C. RGB value is (188,250,12). Sum of RGB (Red+Green+Blue) = 188+250+12=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFA0C is #4305F3. Grayscale: #CDCDCD. Windows color (decimal): -4392436 or 850620. OLE color: 850620.

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

Color convert

RGB 188 250 12 -
CMYK 0.25 0 0.95 0.02
HSL 75.63º 0.96% 0.51% -
HSV(B) 75.63º 0.95% 0.98% -
XYZ 54.99 79.09 12.72 -
YUV 204.33 19.46 116.35 -
System Red Green Blue C M Y K H S L
Decimal 188 250 12 0.25 0 0.95 0.02 75.63 0.96 0.51
Hex BC FA C 19 0 5F 2 4C 60 33
Octal 274 372 14 31 0 137 2 114 140 63
Binary 10111100 11111010 1100 11001 0 1011111 10 1001100 1100000 110011

Color Harmonies of #BCFA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA0C

Black with #BCFA0C

Text Example


Text Example

White with #BCFA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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