Html Css Color HEX #BCF409 Electric Lime

📋 copy color: '#BCF409'

red 188 ◦ green 244 ◦ blue 9

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

Shades of Electric Lime #BCF409

Tints of Electric Lime #BCF409

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.33%

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

R = 42.63%
G = 55.33%
B = 2.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#BCF409 (or 0xBCF409) is known color: Electric Lime. HEX triplet: BC, F4 and 09. RGB value is (188,244,9). Sum of RGB (Red+Green+Blue) = 188+244+9=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 244 (95.70% from 255 or 55.33% from 441); Blue value is 9 (3.91% from 255 or 2.04% from 441); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF409 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF409 is #430BF6. Grayscale: #C9C9C9. Windows color (decimal): -4393975 or 652476. OLE color: 652476.

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

Color convert

RGB 188 244 9 -
CMYK 0.23 0 0.96 0.04
HSL 74.3º 0.93% 0.5% -
HSV(B) 74.3º 0.96% 0.96% -
XYZ 53.14 75.41 12.01 -
YUV 200.47 19.95 119.11 -
System Red Green Blue C M Y K H S L
Decimal 188 244 9 0.23 0 0.96 0.04 74.3 0.93 0.5
Hex BC F4 9 17 0 60 4 4A 5D 32
Octal 274 364 11 27 0 140 4 112 135 62
Binary 10111100 11110100 1001 10111 0 1100000 100 1001010 1011101 110010

Color Harmonies of #BCF409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF409

Black with #BCF409

Text Example


Text Example

White with #BCF409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF409; }

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

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

background-color css

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

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

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

border-color css

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

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

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