Html Css Color HEX #BCFD09 Electric Lime

📋 copy color: '#BCFD09'

red 188 ◦ green 253 ◦ blue 9

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

Shades of Electric Lime #BCFD09

Tints of Electric Lime #BCFD09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2%

R = 41.78%
G = 56.22%
B = 2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BCFD09 (or 0xBCFD09) is known color: Electric Lime. HEX triplet: BC, FD and 09. RGB value is (188,253,9). Sum of RGB (Red+Green+Blue) = 188+253+9=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 253 (99.22% from 255 or 56.22% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD09 is #4302F6. Grayscale: #CECECE. Windows color (decimal): -4391671 or 654780. OLE color: 654780.

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

Color convert

RGB 188 253 9 -
CMYK 0.26 0 0.96 0.01
HSL 75.98º 0.98% 0.51% -
HSV(B) 75.98º 0.96% 0.99% -
XYZ 55.91 80.96 12.94 -
YUV 205.75 16.97 115.34 -
System Red Green Blue C M Y K H S L
Decimal 188 253 9 0.26 0 0.96 0.01 75.98 0.98 0.51
Hex BC FD 9 1A 0 60 1 4C 62 33
Octal 274 375 11 32 0 140 1 114 142 63
Binary 10111100 11111101 1001 11010 0 1100000 1 1001100 1100010 110011

Color Harmonies of #BCFD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD09

Black with #BCFD09

Text Example


Text Example

White with #BCFD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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