#BDF707

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

Shades of Electric Lime #BDF707

Tints of Electric Lime #BDF707

Color information

#BDF707 (or 0xBDF707) is unknown color: approx Electric Lime. HEX triplet: BD, F7 and 07. RGB value is (189,247,7). Sum of RGB (Red+Green+Blue) = 189+247+7=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 247 (96.88% from 255 or 55.76% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF707 is #4208F8. Grayscale: #CBCBCB. Windows color (decimal): -4327673 or 522173. OLE color: 522173.

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

Color convert

RGB1892477-
CMYK0.2300.970.03
HSL74.5º94.49%49.8%-
HSV(B)74.5º97.17%96.86%-
XYZ54.2977.3612.27-
YUV202.317.78118.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 247 (96.88% from 255) = 55.76%
BLUE value IS 7 (3.12% from 255) = 1.58%
R=42.66%
G=55.76%
B=1.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal18924770.2300.970.0374.594.4949.8
HexBDF771706134a5e32
Octal2753677270141311213662
Binary101111011111011111110111011000011110010101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF707; }

 p { color: rgb(189,247,7); }

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

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

 a { background-color: rgb(189,247,7); }

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

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

 span { border-color: rgb(189,247,7); }

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