Html Css Color HEX #BDF607 Electric Lime

📋 copy color: '#BDF607'

red 189 ◦ green 246 ◦ blue 7

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

Shades of Electric Lime #BDF607

Tints of Electric Lime #BDF607

RGB

 RED value IS 189 (74.22% from 255) = 42.76%

 GREEN value IS 246 (96.48% from 255) = 55.66%

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 42.76%
G = 55.66%
B = 1.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#BDF607 (or 0xBDF607) is known color: Electric Lime. HEX triplet: BD, F6 and 07. RGB value is (189,246,7). Sum of RGB (Red+Green+Blue) = 189+246+7=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 246 (96.48% from 255 or 55.66% from 442); Blue value is 7 (3.12% from 255 or 1.58% from 442); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF607 is #4209F8. Grayscale: #CACACA. Windows color (decimal): -4327929 or 521917. OLE color: 521917.

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

Color convert

RGB 189 246 7 -
CMYK 0.23 0 0.97 0.04
HSL 74.31º 0.94% 0.5% -
HSV(B) 74.31º 0.97% 0.96% -
XYZ 53.98 76.75 12.17 -
YUV 201.71 18.12 118.93 -
System Red Green Blue C M Y K H S L
Decimal 189 246 7 0.23 0 0.97 0.04 74.31 0.94 0.5
Hex BD F6 7 17 0 61 4 4A 5E 32
Octal 275 366 7 27 0 141 4 112 136 62
Binary 10111101 11110110 111 10111 0 1100001 100 1001010 1011110 110010

Color Harmonies of #BDF607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF607

Black with #BDF607

Text Example


Text Example

White with #BDF607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF607; }

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

 H1.HeaderClassName
 {
   color: #BDF607;
 }
 .AnyTagClassName
 {
   color: #BDF607;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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