Html Css Color HEX #BEFA01 Electric Lime

📋 copy color: '#BEFA01'

red 190 ◦ green 250 ◦ blue 1

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

Shades of Electric Lime #BEFA01

Tints of Electric Lime #BEFA01

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.69%

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

R = 43.08%
G = 56.69%
B = 0.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#BEFA01 (or 0xBEFA01) is known color: Electric Lime. HEX triplet: BE, FA and 01. RGB value is (190,250,1). Sum of RGB (Red+Green+Blue) = 190+250+1=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFA01 is #4105FE. Grayscale: #CCCCCC. Windows color (decimal): -4261375 or 129726. OLE color: 129726.

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

Color convert

RGB 190 250 1 -
CMYK 0.24 0 1.00 0.02
HSL 74.46º 0.99% 0.49% -
HSV(B) 74.46º 1% 0.98% -
XYZ 55.43 79.32 12.42 -
YUV 203.67 13.62 118.25 -
System Red Green Blue C M Y K H S L
Decimal 190 250 1 0.24 0 1.00 0.02 74.46 0.99 0.49
Hex BE FA 1 18 0 64 2 4A 63 31
Octal 276 372 1 30 0 144 2 112 143 61
Binary 10111110 11111010 1 11000 0 1100100 10 1001010 1100011 110001

Color Harmonies of #BEFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFA01

Black with #BEFA01

Text Example


Text Example

White with #BEFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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