Html Css Color HEX #BDFB00 Electric Lime

📋 copy color: '#BDFB00'

red 189 ◦ green 251 ◦ blue 0

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

Shades of Electric Lime #BDFB00

Tints of Electric Lime #BDFB00

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.95%
G = 57.05%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#BDFB00 (or 0xBDFB00) is known color: Electric Lime. HEX triplet: BD, FB and 00. RGB value is (189,251,0). Sum of RGB (Red+Green+Blue) = 189+251+0=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFB00 is #4204FF. Grayscale: #CCCCCC. Windows color (decimal): -4326656 or 64445. OLE color: 64445.

HSL color Cylindrical-coordinate representation of color #BDFB00: hue angle of 74.82º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDFB00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 0 -
CMYK 0.25 0 1 0.02
HSL 74.82º 1% 0.49% -
HSV(B) 74.82º 1% 0.98% -
XYZ 55.48 79.81 12.48 -
YUV 203.85 12.96 117.41 -
System Red Green Blue C M Y K H S L
Decimal 189 251 0 0.25 0 1 0.02 74.82 1 0.49
Hex BD FB 0 19 0 64 2 4B 64 31
Octal 275 373 0 31 0 144 2 113 144 61
Binary 10111101 11111011 0 11001 0 1100100 10 1001011 1100100 110001

Color Harmonies of #BDFB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB00

Black with #BDFB00

Text Example


Text Example

White with #BDFB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB00; }

 p { color: rgb(189,251,0); }

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

background-color css

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

 a { background-color: rgb(189,251,0); }

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

border-color css

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

 span { border-color: rgb(189,251,0); }

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