Html Css Color HEX #BCF405 Electric Lime

📋 copy color: '#BCF405'

red 188 ◦ green 244 ◦ blue 5

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

Shades of Electric Lime #BCF405

Tints of Electric Lime #BCF405

RGB

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

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

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

R = 43.02%
G = 55.84%
B = 1.14%

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

#BCF405 (or 0xBCF405) is known color: Electric Lime. HEX triplet: BC, F4 and 05. RGB value is (188,244,5). Sum of RGB (Red+Green+Blue) = 188+244+5=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 244 (95.70% from 255 or 55.84% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF405 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF405 is #430BFA. Grayscale: #C8C8C8. Windows color (decimal): -4393979 or 390332. OLE color: 390332.

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

Color convert

RGB 188 244 5 -
CMYK 0.23 0 0.98 0.04
HSL 74.06º 0.96% 0.49% -
HSV(B) 74.06º 0.98% 0.96% -
XYZ 53.12 75.4 11.9 -
YUV 200.01 17.95 119.43 -
System Red Green Blue C M Y K H S L
Decimal 188 244 5 0.23 0 0.98 0.04 74.06 0.96 0.49
Hex BC F4 5 17 0 62 4 4A 60 31
Octal 274 364 5 27 0 142 4 112 140 61
Binary 10111100 11110100 101 10111 0 1100010 100 1001010 1100000 110001

Color Harmonies of #BCF405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF405

Black with #BCF405

Text Example


Text Example

White with #BCF405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF405; }

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

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

background-color css

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

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

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

border-color css

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

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

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