Html Css Color HEX #BEFF01 Electric Lime

📋 copy color: '#BEFF01'

red 190 ◦ green 255 ◦ blue 1

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

Shades of Electric Lime #BEFF01

Tints of Electric Lime #BEFF01

RGB

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

 GREEN value IS 255 (100% from 255) = 57.17%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 42.6%
G = 57.17%
B = 0.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#BEFF01 (or 0xBEFF01) is known color: Electric Lime. HEX triplet: BE, FF and 01. RGB value is (190,255,1). Sum of RGB (Red+Green+Blue) = 190+255+1=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF01 is #4100FE. Grayscale: #CFCFCF. Windows color (decimal): -4260095 or 131006. OLE color: 131006.

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

Color convert

RGB 190 255 1 -
CMYK 0.25 0 1.00 0
HSL 75.35º 1% 0.5% -
HSV(B) 75.35º 1% 1% -
XYZ 57 82.47 12.94 -
YUV 206.61 11.97 116.15 -
System Red Green Blue C M Y K H S L
Decimal 190 255 1 0.25 0 1.00 0 75.35 1 0.5
Hex BE FF 1 19 0 64 0 4B 64 32
Octal 276 377 1 31 0 144 0 113 144 62
Binary 10111110 11111111 1 11001 0 1100100 0 1001011 1100100 110010

Color Harmonies of #BEFF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF01

Black with #BEFF01

Text Example


Text Example

White with #BEFF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF01; }

 p { color: rgb(190,255,1); }

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

background-color css

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

 a { background-color: rgb(190,255,1); }

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

border-color css

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

 span { border-color: rgb(190,255,1); }

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