#BEFC09

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

Shades of Electric Lime #BEFC09

Tints of Electric Lime #BEFC09

Color information

#BEFC09 (or 0xBEFC09) is unknown color: approx Electric Lime. HEX triplet: BE, FC and 09. RGB value is (190,252,9). Sum of RGB (Red+Green+Blue) = 190+252+9=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 252 (98.83% from 255 or 55.88% from 451); Blue value is 9 (3.91% from 255 or 2.00% from 451); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC09 is #4103F6. Grayscale: #CECECE. Windows color (decimal): -4260855 or 654526. OLE color: 654526.

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

Color convert

RGB1902529-
CMYK0.2500.960.01
HSL75.31º97.59%51.18%-
HSV(B)75.31º96.43%98.82%-
XYZ56.0980.5912.86-
YUV205.7616.96116.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 252 (98.83% from 255) = 55.88%
BLUE value IS 9 (3.91% from 255) = 2.00%
R=42.13%
G=55.88%
B=2.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal19025290.2500.960.0175.3197.5951.18
HexBEFC91906014b6233
Octal27637411310140111314263
Binary101111101111110010011100101100000110010111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC09; }

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

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

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

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

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

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

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

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