Html Css Color HEX #BDF707 Electric Lime

📋 copy color: '#BDF707'

red 189 ◦ green 247 ◦ blue 7

#BDF707
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #BDF707

Tints of Electric Lime #BDF707

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.13% from 255) = 1.58%

R = 42.66%
G = 55.76%
B = 1.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#BDF707 (or 0xBDF707) is known color: 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

RGB 189 247 7 -
CMYK 0.23 0 0.97 0.03
HSL 74.5º 0.94% 0.5% -
HSV(B) 74.5º 0.97% 0.97% -
XYZ 54.29 77.36 12.27 -
YUV 202.3 17.78 118.51 -
System Red Green Blue C M Y K H S L
Decimal 189 247 7 0.23 0 0.97 0.03 74.5 0.94 0.5
Hex BD F7 7 17 0 61 3 4A 5E 32
Octal 275 367 7 27 0 141 3 112 136 62
Binary 10111101 11110111 111 10111 0 1100001 11 1001010 1011110 110010

Color Harmonies of #BDF707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF707

Black with #BDF707

Text Example


Text Example

White with #BDF707

Text Example


Text Example

HTML Codes & Css Web 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>