Html Css Color HEX #BEFE01 Electric Lime

📋 copy color: '#BEFE01'

red 190 ◦ green 254 ◦ blue 1

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

Shades of Electric Lime #BEFE01

Tints of Electric Lime #BEFE01

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.08%

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

R = 42.7%
G = 57.08%
B = 0.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#BEFE01 (or 0xBEFE01) is known color: Electric Lime. HEX triplet: BE, FE and 01. RGB value is (190,254,1). Sum of RGB (Red+Green+Blue) = 190+254+1=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFE01 is #4101FE. Grayscale: #CECECE. Windows color (decimal): -4260351 or 130750. OLE color: 130750.

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

Color convert

RGB 190 254 1 -
CMYK 0.25 0 1.00 0.00
HSL 75.18º 0.99% 0.5% -
HSV(B) 75.18º 1% 1% -
XYZ 56.68 81.83 12.84 -
YUV 206.02 12.3 116.57 -
System Red Green Blue C M Y K H S L
Decimal 190 254 1 0.25 0 1.00 0.00 75.18 0.99 0.5
Hex BE FE 1 19 0 64 0 4B 63 32
Octal 276 376 1 31 0 144 0 113 143 62
Binary 10111110 11111110 1 11001 0 1100100 0 1001011 1100011 110010

Color Harmonies of #BEFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE01

Black with #BEFE01

Text Example


Text Example

White with #BEFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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