Html Css Color HEX #BDFC09 Electric Lime

📋 copy color: '#BDFC09'

red 189 ◦ green 252 ◦ blue 9

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

Shades of Electric Lime #BDFC09

Tints of Electric Lime #BDFC09

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56%

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

R = 42%
G = 56%
B = 2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BDFC09 (or 0xBDFC09) is known color: Electric Lime. HEX triplet: BD, FC and 09. RGB value is (189,252,9). Sum of RGB (Red+Green+Blue) = 189+252+9=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 252 (98.83% from 255 or 56% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC09 is #4203F6. Grayscale: #CECECE. Windows color (decimal): -4326391 or 654525. OLE color: 654525.

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

Color convert

RGB 189 252 9 -
CMYK 0.25 0 0.96 0.01
HSL 75.56º 0.98% 0.51% -
HSV(B) 75.56º 0.96% 0.99% -
XYZ 55.85 80.46 12.85 -
YUV 205.46 17.13 116.26 -
System Red Green Blue C M Y K H S L
Decimal 189 252 9 0.25 0 0.96 0.01 75.56 0.98 0.51
Hex BD FC 9 19 0 60 1 4C 62 33
Octal 275 374 11 31 0 140 1 114 142 63
Binary 10111101 11111100 1001 11001 0 1100000 1 1001100 1100010 110011

Color Harmonies of #BDFC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC09

Black with #BDFC09

Text Example


Text Example

White with #BDFC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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