Html Css Color HEX #BEFC00 Electric Lime

📋 copy color: '#BEFC00'

red 190 ◦ green 252 ◦ blue 0

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

Shades of Electric Lime #BEFC00

Tints of Electric Lime #BEFC00

RGB

 RED value IS 190 (74.61% from 255) = 42.99%

 GREEN value IS 252 (98.83% from 255) = 57.01%

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

R = 42.99%
G = 57.01%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#BEFC00 (or 0xBEFC00) is known color: Electric Lime. HEX triplet: BE, FC and 00. RGB value is (190,252,0). Sum of RGB (Red+Green+Blue) = 190+252+0=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC00 is #4103FF. Grayscale: #CDCDCD. Windows color (decimal): -4260864 or 64702. OLE color: 64702.

HSL color Cylindrical-coordinate representation of color #BEFC00: hue angle of 74.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEFC00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 0 -
CMYK 0.25 0 1 0.01
HSL 74.76º 1% 0.49% -
HSV(B) 74.76º 1% 0.99% -
XYZ 56.05 80.57 12.6 -
YUV 204.73 12.46 117.49 -
System Red Green Blue C M Y K H S L
Decimal 190 252 0 0.25 0 1 0.01 74.76 1 0.49
Hex BE FC 0 19 0 64 1 4B 64 31
Octal 276 374 0 31 0 144 1 113 144 61
Binary 10111110 11111100 0 11001 0 1100100 1 1001011 1100100 110001

Color Harmonies of #BEFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC00

Black with #BEFC00

Text Example


Text Example

White with #BEFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC00; }

 p { color: rgb(190,252,0); }

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

background-color css

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

 a { background-color: rgb(190,252,0); }

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

border-color css

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

 span { border-color: rgb(190,252,0); }

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