Html Css Color HEX #BCFD15 Electric Lime

📋 copy color: '#BCFD15'

red 188 ◦ green 253 ◦ blue 21

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

Shades of Electric Lime #BCFD15

Tints of Electric Lime #BCFD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.55%

R = 40.69%
G = 54.76%
B = 4.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#BCFD15 (or 0xBCFD15) is known color: Electric Lime. HEX triplet: BC, FD and 15. RGB value is (188,253,21). Sum of RGB (Red+Green+Blue) = 188+253+21=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 253 (99.22% from 255 or 54.76% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD15 is #4302EA. Grayscale: #CFCFCF. Windows color (decimal): -4391659 or 1441212. OLE color: 1441212.

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

Color convert

RGB 188 253 21 -
CMYK 0.26 0 0.92 0.01
HSL 76.81º 0.98% 0.54% -
HSV(B) 76.81º 0.92% 0.99% -
XYZ 56 81 13.39 -
YUV 207.12 22.97 114.36 -
System Red Green Blue C M Y K H S L
Decimal 188 253 21 0.26 0 0.92 0.01 76.81 0.98 0.54
Hex BC FD 15 1A 0 5C 1 4D 62 36
Octal 274 375 25 32 0 134 1 115 142 66
Binary 10111100 11111101 10101 11010 0 1011100 1 1001101 1100010 110110

Color Harmonies of #BCFD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD15

Black with #BCFD15

Text Example


Text Example

White with #BCFD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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