Html Css Color HEX #BCFF16 Electric Lime

📋 copy color: '#BCFF16'

red 188 ◦ green 255 ◦ blue 22

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

Shades of Electric Lime #BCFF16

Tints of Electric Lime #BCFF16

RGB

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

 GREEN value IS 255 (100% from 255) = 54.84%

 BLUE value IS 22 (8.98% from 255) = 4.73%

R = 40.43%
G = 54.84%
B = 4.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#BCFF16 (or 0xBCFF16) is known color: Electric Lime. HEX triplet: BC, FF and 16. RGB value is (188,255,22). Sum of RGB (Red+Green+Blue) = 188+255+22=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF16 is #4300E9. Grayscale: #D1D1D1. Windows color (decimal): -4391146 or 1507260. OLE color: 1507260.

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

Color convert

RGB 188 255 22 -
CMYK 0.26 0 0.91 0
HSL 77.25º 1% 0.54% -
HSV(B) 77.25º 0.91% 1% -
XYZ 56.64 82.27 13.65 -
YUV 208.41 22.8 113.45 -
System Red Green Blue C M Y K H S L
Decimal 188 255 22 0.26 0 0.91 0 77.25 1 0.54
Hex BC FF 16 1A 0 5B 0 4D 64 36
Octal 274 377 26 32 0 133 0 115 144 66
Binary 10111100 11111111 10110 11010 0 1011011 0 1001101 1100100 110110

Color Harmonies of #BCFF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF16

Black with #BCFF16

Text Example


Text Example

White with #BCFF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF16; }

 p { color: rgb(188,255,22); }

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

background-color css

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

 a { background-color: rgb(188,255,22); }

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

border-color css

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

 span { border-color: rgb(188,255,22); }

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