Html Css Color HEX #BCF204 Electric Lime

📋 copy color: '#BCF204'

red 188 ◦ green 242 ◦ blue 4

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

Shades of Electric Lime #BCF204

Tints of Electric Lime #BCF204

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.76%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 43.32%
G = 55.76%
B = 0.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#BCF204 (or 0xBCF204) is known color: Electric Lime. HEX triplet: BC, F2 and 04. RGB value is (188,242,4). Sum of RGB (Red+Green+Blue) = 188+242+4=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF204 is #430DFB. Grayscale: #C7C7C7. Windows color (decimal): -4394492 or 324284. OLE color: 324284.

HSL color Cylindrical-coordinate representation of color #BCF204: hue angle of 73.61º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCF204 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 4 -
CMYK 0.22 0 0.98 0.05
HSL 73.61º 0.97% 0.48% -
HSV(B) 73.61º 0.98% 0.95% -
XYZ 52.51 74.2 11.67 -
YUV 198.72 18.11 120.35 -
System Red Green Blue C M Y K H S L
Decimal 188 242 4 0.22 0 0.98 0.05 73.61 0.97 0.48
Hex BC F2 4 16 0 62 5 4A 61 30
Octal 274 362 4 26 0 142 5 112 141 60
Binary 10111100 11110010 100 10110 0 1100010 101 1001010 1100001 110000

Color Harmonies of #BCF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF204

Black with #BCF204

Text Example


Text Example

White with #BCF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF204; }

 p { color: rgb(188,242,4); }

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

background-color css

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

 a { background-color: rgb(188,242,4); }

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

border-color css

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

 span { border-color: rgb(188,242,4); }

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