Html Css Color HEX #BDFF04 Electric Lime

📋 copy color: '#BDFF04'

red 189 ◦ green 255 ◦ blue 4

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

Shades of Electric Lime #BDFF04

Tints of Electric Lime #BDFF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 42.19%
G = 56.92%
B = 0.89%

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

#BDFF04 (or 0xBDFF04) is known color: Electric Lime. HEX triplet: BD, FF and 04. RGB value is (189,255,4). Sum of RGB (Red+Green+Blue) = 189+255+4=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF04 is #4200FB. Grayscale: #CFCFCF. Windows color (decimal): -4325628 or 327613. OLE color: 327613.

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

Color convert

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

Color Harmonies of #BDFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF04

Black with #BDFF04

Text Example


Text Example

White with #BDFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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