Html Css Color HEX #BDF209 Electric Lime

📋 copy color: '#BDF209'

red 189 ◦ green 242 ◦ blue 9

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

Shades of Electric Lime #BDF209

Tints of Electric Lime #BDF209

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55%

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

R = 42.95%
G = 55%
B = 2.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#BDF209 (or 0xBDF209) is known color: Electric Lime. HEX triplet: BD, F2 and 09. RGB value is (189,242,9). Sum of RGB (Red+Green+Blue) = 189+242+9=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF209 is #420DF6. Grayscale: #C8C8C8. Windows color (decimal): -4328951 or 651965. OLE color: 651965.

HSL color Cylindrical-coordinate representation of color #BDF209: hue angle of 73.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDF209 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 9 -
CMYK 0.22 0 0.96 0.05
HSL 73.65º 0.93% 0.49% -
HSV(B) 73.65º 0.96% 0.95% -
XYZ 52.79 74.34 11.83 -
YUV 199.59 20.44 120.45 -
System Red Green Blue C M Y K H S L
Decimal 189 242 9 0.22 0 0.96 0.05 73.65 0.93 0.49
Hex BD F2 9 16 0 60 5 4A 5D 31
Octal 275 362 11 26 0 140 5 112 135 61
Binary 10111101 11110010 1001 10110 0 1100000 101 1001010 1011101 110001

Color Harmonies of #BDF209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF209

Black with #BDF209

Text Example


Text Example

White with #BDF209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF209; }

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

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

background-color css

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

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

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

border-color css

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

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

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