#bef806

Color #BEF806 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #BEF806

Tints of Electric Lime #BEF806

Color information

#BEF806 (or 0xBEF806) is unknown color: approx Electric Lime. HEX triplet: BE, F8 and 06. RGB value is (190,248,6). Sum of RGB (Red+Green+Blue) = 190+248+6=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 248 (97.27% from 255 or 55.86% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF806 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF806 is #4107F9. Grayscale: #CBCBCB. Windows color (decimal): -4261882 or 456894. OLE color: 456894.

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

Color convert

RGB1902486-
CMYK0.2300.980.03
HSL74.38º95.28%49.8%-
HSV(B)74.38º97.58%97.25%-
XYZ54.8478.112.36-
YUV203.0716.78118.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 248 (97.27% from 255) = 55.86%
BLUE value IS 6 (2.73% from 255) = 1.35%
R=42.79%
G=55.86%
B=1.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal19024860.2300.980.0374.3895.2849.8
HexBEF861706234a5f32
Octal2763706270142311213762
Binary101111101111100011010111011000101110010101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bef806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bef806; }

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

 H1.HeaderClassName
 {
   color: #bef806;
 }
 .AnyTagClassName
 {
   color: #bef806;
 }
</style>
background-color css

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

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

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

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

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

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