Html Css Color HEX #BDFB09 Electric Lime

📋 copy color: '#BDFB09'

red 189 ◦ green 251 ◦ blue 9

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

Shades of Electric Lime #BDFB09

Tints of Electric Lime #BDFB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2%

R = 42.09%
G = 55.9%
B = 2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#BDFB09 (or 0xBDFB09) is known color: Electric Lime. HEX triplet: BD, FB and 09. RGB value is (189,251,9). Sum of RGB (Red+Green+Blue) = 189+251+9=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 251 (98.44% from 255 or 55.90% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFB09 is #4204F6. Grayscale: #CDCDCD. Windows color (decimal): -4326647 or 654269. OLE color: 654269.

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

Color convert

RGB 189 251 9 -
CMYK 0.25 0 0.96 0.02
HSL 75.37º 0.97% 0.51% -
HSV(B) 75.37º 0.96% 0.98% -
XYZ 55.53 79.83 12.74 -
YUV 204.87 17.46 116.68 -
System Red Green Blue C M Y K H S L
Decimal 189 251 9 0.25 0 0.96 0.02 75.37 0.97 0.51
Hex BD FB 9 19 0 60 2 4B 61 33
Octal 275 373 11 31 0 140 2 113 141 63
Binary 10111101 11111011 1001 11001 0 1100000 10 1001011 1100001 110011

Color Harmonies of #BDFB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB09

Black with #BDFB09

Text Example


Text Example

White with #BDFB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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