Html Css Color HEX #BCF503 Electric Lime

📋 copy color: '#BCF503'

red 188 ◦ green 245 ◦ blue 3

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

Shades of Electric Lime #BCF503

Tints of Electric Lime #BCF503

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.19%

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

R = 43.12%
G = 56.19%
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

#BCF503 (or 0xBCF503) is known color: Electric Lime. HEX triplet: BC, F5 and 03. RGB value is (188,245,3). Sum of RGB (Red+Green+Blue) = 188+245+3=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF503 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF503 is #430AFC. Grayscale: #C9C9C9. Windows color (decimal): -4393725 or 259516. OLE color: 259516.

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

Color convert

RGB 188 245 3 -
CMYK 0.23 0 0.99 0.04
HSL 74.13º 0.98% 0.49% -
HSV(B) 74.13º 0.99% 0.96% -
XYZ 53.41 76 11.94 -
YUV 200.37 16.62 119.18 -
System Red Green Blue C M Y K H S L
Decimal 188 245 3 0.23 0 0.99 0.04 74.13 0.98 0.49
Hex BC F5 3 17 0 63 4 4A 62 31
Octal 274 365 3 27 0 143 4 112 142 61
Binary 10111100 11110101 11 10111 0 1100011 100 1001010 1100010 110001

Color Harmonies of #BCF503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF503

Black with #BCF503

Text Example


Text Example

White with #BCF503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF503; }

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

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

background-color css

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

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

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

border-color css

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

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

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