Html Css Color HEX #BCF308 Electric Lime

📋 copy color: '#BCF308'

red 188 ◦ green 243 ◦ blue 8

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

Shades of Electric Lime #BCF308

Tints of Electric Lime #BCF308

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.35%

 BLUE value IS 8 (3.52% from 255) = 1.82%

R = 42.82%
G = 55.35%
B = 1.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#BCF308 (or 0xBCF308) is known color: Electric Lime. HEX triplet: BC, F3 and 08. RGB value is (188,243,8). Sum of RGB (Red+Green+Blue) = 188+243+8=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 243 (95.31% from 255 or 55.35% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF308 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF308 is #430CF7. Grayscale: #C8C8C8. Windows color (decimal): -4394232 or 586684. OLE color: 586684.

HSL color Cylindrical-coordinate representation of color #BCF308: hue angle of 74.04º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCF308 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 8 -
CMYK 0.23 0 0.97 0.05
HSL 74.04º 0.94% 0.49% -
HSV(B) 74.04º 0.97% 0.95% -
XYZ 52.83 74.81 11.88 -
YUV 199.77 19.78 119.61 -
System Red Green Blue C M Y K H S L
Decimal 188 243 8 0.23 0 0.97 0.05 74.04 0.94 0.49
Hex BC F3 8 17 0 61 5 4A 5E 31
Octal 274 363 10 27 0 141 5 112 136 61
Binary 10111100 11110011 1000 10111 0 1100001 101 1001010 1011110 110001

Color Harmonies of #BCF308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF308

Black with #BCF308

Text Example


Text Example

White with #BCF308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF308; }

 p { color: rgb(188,243,8); }

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

background-color css

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

 a { background-color: rgb(188,243,8); }

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

border-color css

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

 span { border-color: rgb(188,243,8); }

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