#BEFC17

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

Shades of Electric Lime #BEFC17

Tints of Electric Lime #BEFC17

Color information

#BEFC17 (or 0xBEFC17) is unknown color: approx Electric Lime. HEX triplet: BE, FC and 17. RGB value is (190,252,23). Sum of RGB (Red+Green+Blue) = 190+252+23=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 23 (9.38% from 255 or 4.95% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC17 is #4103E8. Grayscale: #D0D0D0. Windows color (decimal): -4260841 or 1572030. OLE color: 1572030.

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

Color convert

RGB19025223-
CMYK0.2500.910.01
HSL76.24º97.45%53.92%-
HSV(B)76.24º90.87%98.82%-
XYZ56.280.6313.41-
YUV207.3623.96115.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 252 (98.83% from 255) = 54.19%
BLUE value IS 23 (9.38% from 255) = 4.95%
R=40.86%
G=54.19%
B=4.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190252230.2500.910.0176.2497.4553.92
HexBEFC171905B14c6136
Octal27637427310133111414166
Binary1011111011111100101111100101011011110011001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC17; }

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

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

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

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

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

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

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

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