#BFF209

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

Shades of Electric Lime #BFF209

Tints of Electric Lime #BFF209

Color information

#BFF209 (or 0xBFF209) is unknown color: approx Electric Lime. HEX triplet: BF, F2 and 09. RGB value is (191,242,9). Sum of RGB (Red+Green+Blue) = 191+242+9=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF209 is #400DF6. Grayscale: #C9C9C9. Windows color (decimal): -4197879 or 651967. OLE color: 651967.

HSL color Cylindrical-coordinate representation of color #BFF209: hue angle of 73.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFF209 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB1912429-
CMYK0.2100.960.05
HSL73.13º92.83%49.22%-
HSV(B)73.13º96.28%94.9%-
XYZ53.2974.611.85-
YUV200.1920.1121.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 242 (94.92% from 255) = 54.75%
BLUE value IS 9 (3.91% from 255) = 2.04%
R=43.21%
G=54.75%
B=2.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal19124290.2100.960.0573.1392.8349.22
HexBFF29150605495d31
Octal27736211250140511113561
Binary10111111111100101001101010110000010110010011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF209; }

 p { color: rgb(191,242,9); }

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

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

 a { background-color: rgb(191,242,9); }

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

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

 span { border-color: rgb(191,242,9); }

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