Html Css Color HEX #BCEF00 Electric Lime

📋 copy color: '#BCEF00'

red 188 ◦ green 239 ◦ blue 0

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

Shades of Electric Lime #BCEF00

Tints of Electric Lime #BCEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.03%
G = 55.97%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#BCEF00 (or 0xBCEF00) is known color: Electric Lime. HEX triplet: BC, EF and 00. RGB value is (188,239,0). Sum of RGB (Red+Green+Blue) = 188+239+0=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 239 (93.75% from 255 or 55.97% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEF00 is #4310FF. Grayscale: #C5C5C5. Windows color (decimal): -4395264 or 61372. OLE color: 61372.

HSL color Cylindrical-coordinate representation of color #BCEF00: hue angle of 72.8º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCEF00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 0 -
CMYK 0.21 0 1 0.06
HSL 72.8º 1% 0.47% -
HSV(B) 72.8º 1% 0.94% -
XYZ 51.61 72.42 11.26 -
YUV 196.51 17.1 121.93 -
System Red Green Blue C M Y K H S L
Decimal 188 239 0 0.21 0 1 0.06 72.8 1 0.47
Hex BC EF 0 15 0 64 6 49 64 2F
Octal 274 357 0 25 0 144 6 111 144 57
Binary 10111100 11101111 0 10101 0 1100100 110 1001001 1100100 101111

Color Harmonies of #BCEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF00

Black with #BCEF00

Text Example


Text Example

White with #BCEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF00; }

 p { color: rgb(188,239,0); }

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

background-color css

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

 a { background-color: rgb(188,239,0); }

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

border-color css

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

 span { border-color: rgb(188,239,0); }

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