Html Css Color HEX #BCF506 Electric Lime

📋 copy color: '#BCF506'

red 188 ◦ green 245 ◦ blue 6

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

Shades of Electric Lime #BCF506

Tints of Electric Lime #BCF506

RGB

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

 GREEN value IS 245 (96.09% from 255) = 55.81%

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 42.82%
G = 55.81%
B = 1.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#BCF506 (or 0xBCF506) is known color: Electric Lime. HEX triplet: BC, F5 and 06. RGB value is (188,245,6). Sum of RGB (Red+Green+Blue) = 188+245+6=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 245 (96.09% from 255 or 55.81% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF506 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF506 is #430AF9. Grayscale: #C9C9C9. Windows color (decimal): -4393722 or 456124. OLE color: 456124.

HSL color Cylindrical-coordinate representation of color #BCF506: hue angle of 74.31º degrees, saturation: 0.95, 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 #BCF506 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 6 -
CMYK 0.23 0 0.98 0.04
HSL 74.31º 0.95% 0.49% -
HSV(B) 74.31º 0.98% 0.96% -
XYZ 53.42 76.01 12.03 -
YUV 200.71 18.12 118.93 -
System Red Green Blue C M Y K H S L
Decimal 188 245 6 0.23 0 0.98 0.04 74.31 0.95 0.49
Hex BC F5 6 17 0 62 4 4A 5F 31
Octal 274 365 6 27 0 142 4 112 137 61
Binary 10111100 11110101 110 10111 0 1100010 100 1001010 1011111 110001

Color Harmonies of #BCF506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF506

Black with #BCF506

Text Example


Text Example

White with #BCF506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF506; }

 p { color: rgb(188,245,6); }

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

background-color css

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

 a { background-color: rgb(188,245,6); }

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

border-color css

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

 span { border-color: rgb(188,245,6); }

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