Html Css Color HEX #BDF308 Electric Lime

📋 copy color: '#BDF308'

red 189 ◦ green 243 ◦ blue 8

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

Shades of Electric Lime #BDF308

Tints of Electric Lime #BDF308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.82%

R = 42.95%
G = 55.23%
B = 1.82%

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

#BDF308 (or 0xBDF308) is known color: Electric Lime. HEX triplet: BD, F3 and 08. RGB value is (189,243,8). Sum of RGB (Red+Green+Blue) = 189+243+8=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF308 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF308 is #420CF7. Grayscale: #C8C8C8. Windows color (decimal): -4328696 or 586685. OLE color: 586685.

HSL color Cylindrical-coordinate representation of color #BDF308: hue angle of 73.79º 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 #BDF308 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

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

Color Harmonies of #BDF308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF308

Black with #BDF308

Text Example


Text Example

White with #BDF308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF308; }

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

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

background-color css

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

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

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

border-color css

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

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

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