Html Css Color HEX #BEF800 Electric Lime

📋 copy color: '#BEF800'

red 190 ◦ green 248 ◦ blue 0

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

Shades of Electric Lime #BEF800

Tints of Electric Lime #BEF800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.62%

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

R = 43.38%
G = 56.62%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#BEF800 (or 0xBEF800) is known color: Electric Lime. HEX triplet: BE, F8 and 00. RGB value is (190,248,0). Sum of RGB (Red+Green+Blue) = 190+248+0=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF800 is #4107FF. Grayscale: #CBCBCB. Windows color (decimal): -4261888 or 63678. OLE color: 63678.

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

Color convert

RGB 190 248 0 -
CMYK 0.23 0 1 0.03
HSL 74.03º 1% 0.49% -
HSV(B) 74.03º 1% 0.97% -
XYZ 54.8 78.08 12.18 -
YUV 202.39 13.78 119.17 -
System Red Green Blue C M Y K H S L
Decimal 190 248 0 0.23 0 1 0.03 74.03 1 0.49
Hex BE F8 0 17 0 64 3 4A 64 31
Octal 276 370 0 27 0 144 3 112 144 61
Binary 10111110 11111000 0 10111 0 1100100 11 1001010 1100100 110001

Color Harmonies of #BEF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF800

Black with #BEF800

Text Example


Text Example

White with #BEF800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF800; }

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

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

background-color css

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

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

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

border-color css

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

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

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