Html Css Color HEX #BCF605 Electric Lime

📋 copy color: '#BCF605'

red 188 ◦ green 246 ◦ blue 5

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

Shades of Electric Lime #BCF605

Tints of Electric Lime #BCF605

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.04%

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 42.82%
G = 56.04%
B = 1.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#BCF605 (or 0xBCF605) is known color: Electric Lime. HEX triplet: BC, F6 and 05. RGB value is (188,246,5). Sum of RGB (Red+Green+Blue) = 188+246+5=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 246 (96.48% from 255 or 56.04% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF605 is #4309FA. Grayscale: #CACACA. Windows color (decimal): -4393467 or 390844. OLE color: 390844.

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

Color convert

RGB 188 246 5 -
CMYK 0.24 0 0.98 0.04
HSL 74.44º 0.96% 0.49% -
HSV(B) 74.44º 0.98% 0.96% -
XYZ 53.72 76.61 12.1 -
YUV 201.18 17.28 118.6 -
System Red Green Blue C M Y K H S L
Decimal 188 246 5 0.24 0 0.98 0.04 74.44 0.96 0.49
Hex BC F6 5 18 0 62 4 4A 60 31
Octal 274 366 5 30 0 142 4 112 140 61
Binary 10111100 11110110 101 11000 0 1100010 100 1001010 1100000 110001

Color Harmonies of #BCF605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF605

Black with #BCF605

Text Example


Text Example

White with #BCF605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF605; }

 p { color: rgb(188,246,5); }

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

background-color css

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

 a { background-color: rgb(188,246,5); }

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

border-color css

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

 span { border-color: rgb(188,246,5); }

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