Html Css Color HEX #BCF403 Electric Lime

📋 copy color: '#BCF403'

red 188 ◦ green 244 ◦ blue 3

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

Shades of Electric Lime #BCF403

Tints of Electric Lime #BCF403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 43.22%
G = 56.09%
B = 0.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#BCF403 (or 0xBCF403) is known color: Electric Lime. HEX triplet: BC, F4 and 03. RGB value is (188,244,3). Sum of RGB (Red+Green+Blue) = 188+244+3=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 244 (95.70% from 255 or 56.09% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF403 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF403 is #430BFC. Grayscale: #C8C8C8. Windows color (decimal): -4393981 or 259260. OLE color: 259260.

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

Color convert

RGB 188 244 3 -
CMYK 0.23 0 0.99 0.04
HSL 73.94º 0.98% 0.48% -
HSV(B) 73.94º 0.99% 0.96% -
XYZ 53.11 75.4 11.84 -
YUV 199.78 16.95 119.6 -
System Red Green Blue C M Y K H S L
Decimal 188 244 3 0.23 0 0.99 0.04 73.94 0.98 0.48
Hex BC F4 3 17 0 63 4 4A 62 30
Octal 274 364 3 27 0 143 4 112 142 60
Binary 10111100 11110100 11 10111 0 1100011 100 1001010 1100010 110000

Color Harmonies of #BCF403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF403

Black with #BCF403

Text Example


Text Example

White with #BCF403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF403; }

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

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

background-color css

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

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

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

border-color css

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

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

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