Html Css Color HEX #BDFF05 Electric Lime

📋 copy color: '#BDFF05'

red 189 ◦ green 255 ◦ blue 5

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

Shades of Electric Lime #BDFF05

Tints of Electric Lime #BDFF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 42.09%
G = 56.79%
B = 1.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#BDFF05 (or 0xBDFF05) is known color: Electric Lime. HEX triplet: BD, FF and 05. RGB value is (189,255,5). Sum of RGB (Red+Green+Blue) = 189+255+5=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF05 is #4200FA. Grayscale: #CFCFCF. Windows color (decimal): -4325627 or 393149. OLE color: 393149.

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

Color convert

RGB 189 255 5 -
CMYK 0.26 0 0.98 0
HSL 75.84º 1% 0.51% -
HSV(B) 75.84º 0.98% 1% -
XYZ 56.77 82.35 13.05 -
YUV 206.77 14.13 115.33 -
System Red Green Blue C M Y K H S L
Decimal 189 255 5 0.26 0 0.98 0 75.84 1 0.51
Hex BD FF 5 1A 0 62 0 4C 64 33
Octal 275 377 5 32 0 142 0 114 144 63
Binary 10111101 11111111 101 11010 0 1100010 0 1001100 1100100 110011

Color Harmonies of #BDFF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF05

Black with #BDFF05

Text Example


Text Example

White with #BDFF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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