Html Css Color HEX #BDFF00 Electric Lime

📋 copy color: '#BDFF00'

red 189 ◦ green 255 ◦ blue 0

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

Shades of Electric Lime #BDFF00

Tints of Electric Lime #BDFF00

RGB

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

 GREEN value IS 255 (100% from 255) = 57.43%

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

R = 42.57%
G = 57.43%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#BDFF00 (or 0xBDFF00) is known color: Electric Lime. HEX triplet: BD, FF and 00. RGB value is (189,255,0). Sum of RGB (Red+Green+Blue) = 189+255+0=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF00 is #4200FF. Grayscale: #CFCFCF. Windows color (decimal): -4325632 or 65469. OLE color: 65469.

HSL color Cylindrical-coordinate representation of color #BDFF00: hue angle of 75.53º 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 #BDFF00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 0 -
CMYK 0.26 0 1 0
HSL 75.53º 1% 0.5% -
HSV(B) 75.53º 1% 1% -
XYZ 56.75 82.34 12.9 -
YUV 206.2 11.63 115.73 -
System Red Green Blue C M Y K H S L
Decimal 189 255 0 0.26 0 1 0 75.53 1 0.5
Hex BD FF 0 1A 0 64 0 4C 64 32
Octal 275 377 0 32 0 144 0 114 144 62
Binary 10111101 11111111 0 11010 0 1100100 0 1001100 1100100 110010

Color Harmonies of #BDFF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF00

Black with #BDFF00

Text Example


Text Example

White with #BDFF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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