Html Css Color HEX #BCF90E Electric Lime

📋 copy color: '#BCF90E'

red 188 ◦ green 249 ◦ blue 14

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

Shades of Electric Lime #BCF90E

Tints of Electric Lime #BCF90E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.21%

 BLUE value IS 14 (5.86% from 255) = 3.1%

R = 41.69%
G = 55.21%
B = 3.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#BCF90E (or 0xBCF90E) is known color: Electric Lime. HEX triplet: BC, F9 and 0E. RGB value is (188,249,14). Sum of RGB (Red+Green+Blue) = 188+249+14=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF90E is #4306F1. Grayscale: #CCCCCC. Windows color (decimal): -4392690 or 981436. OLE color: 981436.

HSL color Cylindrical-coordinate representation of color #BCF90E: hue angle of 75.57º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCF90E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 14 -
CMYK 0.24 0 0.94 0.02
HSL 75.57º 0.95% 0.52% -
HSV(B) 75.57º 0.94% 0.98% -
XYZ 54.69 78.47 12.68 -
YUV 203.97 20.79 116.61 -
System Red Green Blue C M Y K H S L
Decimal 188 249 14 0.24 0 0.94 0.02 75.57 0.95 0.52
Hex BC F9 E 18 0 5E 2 4C 5F 34
Octal 274 371 16 30 0 136 2 114 137 64
Binary 10111100 11111001 1110 11000 0 1011110 10 1001100 1011111 110100

Color Harmonies of #BCF90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF90E

Black with #BCF90E

Text Example


Text Example

White with #BCF90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF90E; }

 p { color: rgb(188,249,14); }

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

background-color css

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

 a { background-color: rgb(188,249,14); }

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

border-color css

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

 span { border-color: rgb(188,249,14); }

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