Html Css Color HEX #BDF307 Electric Lime

📋 copy color: '#BDF307'

red 189 ◦ green 243 ◦ blue 7

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

Shades of Electric Lime #BDF307

Tints of Electric Lime #BDF307

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.35%

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

R = 43.05%
G = 55.35%
B = 1.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#BDF307 (or 0xBDF307) is known color: Electric Lime. HEX triplet: BD, F3 and 07. RGB value is (189,243,7). Sum of RGB (Red+Green+Blue) = 189+243+7=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 243 (95.31% from 255 or 55.35% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF307 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF307 is #420CF8. Grayscale: #C8C8C8. Windows color (decimal): -4328697 or 521149. OLE color: 521149.

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

Color convert

RGB 189 243 7 -
CMYK 0.22 0 0.97 0.05
HSL 73.73º 0.94% 0.49% -
HSV(B) 73.73º 0.97% 0.95% -
XYZ 53.08 74.94 11.87 -
YUV 199.95 19.11 120.19 -
System Red Green Blue C M Y K H S L
Decimal 189 243 7 0.22 0 0.97 0.05 73.73 0.94 0.49
Hex BD F3 7 16 0 61 5 4A 5E 31
Octal 275 363 7 26 0 141 5 112 136 61
Binary 10111101 11110011 111 10110 0 1100001 101 1001010 1011110 110001

Color Harmonies of #BDF307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF307

Black with #BDF307

Text Example


Text Example

White with #BDF307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF307; }

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

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

background-color css

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

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

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

border-color css

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

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

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