Html Css Color HEX #BDFE09 Electric Lime

📋 copy color: '#BDFE09'

red 189 ◦ green 254 ◦ blue 9

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

Shades of Electric Lime #BDFE09

Tints of Electric Lime #BDFE09

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.19%

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

R = 41.81%
G = 56.19%
B = 1.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#BDFE09 (or 0xBDFE09) is known color: Electric Lime. HEX triplet: BD, FE and 09. RGB value is (189,254,9). Sum of RGB (Red+Green+Blue) = 189+254+9=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE09 is #4201F6. Grayscale: #CFCFCF. Windows color (decimal): -4325879 or 655037. OLE color: 655037.

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

Color convert

RGB 189 254 9 -
CMYK 0.26 0 0.96 0.00
HSL 75.92º 0.99% 0.52% -
HSV(B) 75.92º 0.96% 1% -
XYZ 56.48 81.72 13.06 -
YUV 206.64 16.47 115.42 -
System Red Green Blue C M Y K H S L
Decimal 189 254 9 0.26 0 0.96 0.00 75.92 0.99 0.52
Hex BD FE 9 1A 0 60 0 4C 63 34
Octal 275 376 11 32 0 140 0 114 143 64
Binary 10111101 11111110 1001 11010 0 1100000 0 1001100 1100011 110100

Color Harmonies of #BDFE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE09

Black with #BDFE09

Text Example


Text Example

White with #BDFE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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