#BEFC0F

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

Shades of Electric Lime #BEFC0F

Tints of Electric Lime #BEFC0F

Color information

#BEFC0F (or 0xBEFC0F) is unknown color: approx Electric Lime. HEX triplet: BE, FC and 0F. RGB value is (190,252,15). Sum of RGB (Red+Green+Blue) = 190+252+15=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC0F is #4103F0. Grayscale: #CFCFCF. Windows color (decimal): -4260849 or 1047742. OLE color: 1047742.

HSL color Cylindrical-coordinate representation of color #BEFC0F: hue angle of 75.7º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEFC0F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB19025215-
CMYK0.2500.940.01
HSL75.7º97.53%52.35%-
HSV(B)75.7º94.05%98.82%-
XYZ56.1380.613.05-
YUV206.4419.96116.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 252 (98.83% from 255) = 55.14%
BLUE value IS 15 (6.25% from 255) = 3.28%
R=41.58%
G=55.14%
B=3.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190252150.2500.940.0175.797.5352.35
HexBEFCF1905E14c6234
Octal27637417310136111414264
Binary101111101111110011111100101011110110011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC0F; }

 p { color: rgb(190,252,15); }

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

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

 a { background-color: rgb(190,252,15); }

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

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

 span { border-color: rgb(190,252,15); }

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