Html Css Color HEX #BDFB04 Electric Lime

📋 copy color: '#BDFB04'

red 189 ◦ green 251 ◦ blue 4

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

Shades of Electric Lime #BDFB04

Tints of Electric Lime #BDFB04

RGB

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

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

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

R = 42.57%
G = 56.53%
B = 0.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#BDFB04 (or 0xBDFB04) is known color: Electric Lime. HEX triplet: BD, FB and 04. RGB value is (189,251,4). Sum of RGB (Red+Green+Blue) = 189+251+4=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFB04 is #4204FB. Grayscale: #CDCDCD. Windows color (decimal): -4326652 or 326589. OLE color: 326589.

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

Color convert

RGB 189 251 4 -
CMYK 0.25 0 0.98 0.02
HSL 75.06º 0.97% 0.5% -
HSV(B) 75.06º 0.98% 0.98% -
XYZ 55.51 79.82 12.6 -
YUV 204.3 14.96 117.08 -
System Red Green Blue C M Y K H S L
Decimal 189 251 4 0.25 0 0.98 0.02 75.06 0.97 0.5
Hex BD FB 4 19 0 62 2 4B 61 32
Octal 275 373 4 31 0 142 2 113 141 62
Binary 10111101 11111011 100 11001 0 1100010 10 1001011 1100001 110010

Color Harmonies of #BDFB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB04

Black with #BDFB04

Text Example


Text Example

White with #BDFB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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