Html Css Color HEX #BEFF00 Electric Lime

📋 copy color: '#BEFF00'

red 190 ◦ green 255 ◦ blue 0

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

Shades of Electric Lime #BEFF00

Tints of Electric Lime #BEFF00

RGB

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

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

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

R = 42.7%
G = 57.3%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#BEFF00 (or 0xBEFF00) is known color: Electric Lime. HEX triplet: BE, FF and 00. RGB value is (190,255,0). Sum of RGB (Red+Green+Blue) = 190+255+0=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFF00 is #4100FF. Grayscale: #CFCFCF. Windows color (decimal): -4260096 or 65470. OLE color: 65470.

HSL color Cylindrical-coordinate representation of color #BEFF00: hue angle of 75.29º 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 #BEFF00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #BEFF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF00

Black with #BEFF00

Text Example


Text Example

White with #BEFF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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