Html Css Color HEX #BCFD0F Electric Lime

📋 copy color: '#BCFD0F'

red 188 ◦ green 253 ◦ blue 15

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

Shades of Electric Lime #BCFD0F

Tints of Electric Lime #BCFD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.29%

R = 41.23%
G = 55.48%
B = 3.29%

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

#BCFD0F (or 0xBCFD0F) is known color: Electric Lime. HEX triplet: BC, FD and 0F. RGB value is (188,253,15). Sum of RGB (Red+Green+Blue) = 188+253+15=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD0F is #4302F0. Grayscale: #CFCFCF. Windows color (decimal): -4391665 or 1047996. OLE color: 1047996.

HSL color Cylindrical-coordinate representation of color #BCFD0F: hue angle of 76.39º 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 #BCFD0F is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 15 -
CMYK 0.26 0 0.94 0.01
HSL 76.39º 0.98% 0.53% -
HSV(B) 76.39º 0.94% 0.99% -
XYZ 55.95 80.98 13.13 -
YUV 206.43 19.97 114.85 -
System Red Green Blue C M Y K H S L
Decimal 188 253 15 0.26 0 0.94 0.01 76.39 0.98 0.53
Hex BC FD F 1A 0 5E 1 4C 62 35
Octal 274 375 17 32 0 136 1 114 142 65
Binary 10111100 11111101 1111 11010 0 1011110 1 1001100 1100010 110101

Color Harmonies of #BCFD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD0F

Black with #BCFD0F

Text Example


Text Example

White with #BCFD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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