Html Css Color HEX #BDF60B Electric Lime

📋 copy color: '#BDF60B'

red 189 ◦ green 246 ◦ blue 11

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

Shades of Electric Lime #BDF60B

Tints of Electric Lime #BDF60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.47%

R = 42.38%
G = 55.16%
B = 2.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#BDF60B (or 0xBDF60B) is known color: Electric Lime. HEX triplet: BD, F6 and 0B. RGB value is (189,246,11). Sum of RGB (Red+Green+Blue) = 189+246+11=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 246 (96.48% from 255 or 55.16% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF60B is #4209F4. Grayscale: #CBCBCB. Windows color (decimal): -4327925 or 784061. OLE color: 784061.

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

Color convert

RGB 189 246 11 -
CMYK 0.23 0 0.96 0.04
HSL 74.55º 0.93% 0.5% -
HSV(B) 74.55º 0.96% 0.96% -
XYZ 54 76.75 12.29 -
YUV 202.17 20.12 118.61 -
System Red Green Blue C M Y K H S L
Decimal 189 246 11 0.23 0 0.96 0.04 74.55 0.93 0.5
Hex BD F6 B 17 0 60 4 4B 5D 32
Octal 275 366 13 27 0 140 4 113 135 62
Binary 10111101 11110110 1011 10111 0 1100000 100 1001011 1011101 110010

Color Harmonies of #BDF60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF60B

Black with #BDF60B

Text Example


Text Example

White with #BDF60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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