Html Css Color HEX #BDFB01 Electric Lime

📋 copy color: '#BDFB01'

red 189 ◦ green 251 ◦ blue 1

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

Shades of Electric Lime #BDFB01

Tints of Electric Lime #BDFB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 42.86%
G = 56.92%
B = 0.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#BDFB01 (or 0xBDFB01) is known color: Electric Lime. HEX triplet: BD, FB and 01. RGB value is (189,251,1). Sum of RGB (Red+Green+Blue) = 189+251+1=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFB01 is #4204FE. Grayscale: #CCCCCC. Windows color (decimal): -4326655 or 129981. OLE color: 129981.

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

Color convert

RGB 189 251 1 -
CMYK 0.25 0 1.00 0.02
HSL 74.88º 0.99% 0.49% -
HSV(B) 74.88º 1% 0.98% -
XYZ 55.49 79.82 12.51 -
YUV 203.96 13.46 117.33 -
System Red Green Blue C M Y K H S L
Decimal 189 251 1 0.25 0 1.00 0.02 74.88 0.99 0.49
Hex BD FB 1 19 0 64 2 4B 63 31
Octal 275 373 1 31 0 144 2 113 143 61
Binary 10111101 11111011 1 11001 0 1100100 10 1001011 1100011 110001

Color Harmonies of #BDFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB01

Black with #BDFB01

Text Example


Text Example

White with #BDFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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