Html Css Color HEX #BDFE00 Electric Lime

📋 copy color: '#BDFE00'

red 189 ◦ green 254 ◦ blue 0

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

Shades of Electric Lime #BDFE00

Tints of Electric Lime #BDFE00

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.34%

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

R = 42.66%
G = 57.34%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#BDFE00 (or 0xBDFE00) is known color: Electric Lime. HEX triplet: BD, FE and 00. RGB value is (189,254,0). Sum of RGB (Red+Green+Blue) = 189+254+0=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE00 is #4201FF. Grayscale: #CECECE. Windows color (decimal): -4325888 or 65213. OLE color: 65213.

HSL color Cylindrical-coordinate representation of color #BDFE00: hue angle of 75.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDFE00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 0 -
CMYK 0.26 0 1 0.00
HSL 75.35º 1% 0.5% -
HSV(B) 75.35º 1% 1% -
XYZ 56.43 81.7 12.8 -
YUV 205.61 11.97 116.15 -
System Red Green Blue C M Y K H S L
Decimal 189 254 0 0.26 0 1 0.00 75.35 1 0.5
Hex BD FE 0 1A 0 64 0 4B 64 32
Octal 275 376 0 32 0 144 0 113 144 62
Binary 10111101 11111110 0 11010 0 1100100 0 1001011 1100100 110010

Color Harmonies of #BDFE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE00

Black with #BDFE00

Text Example


Text Example

White with #BDFE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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