Html Css Color HEX #BDF200 Electric Lime

📋 copy color: '#BDF200'

red 189 ◦ green 242 ◦ blue 0

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

Shades of Electric Lime #BDF200

Tints of Electric Lime #BDF200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.85%
G = 56.15%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#BDF200 (or 0xBDF200) is known color: Electric Lime. HEX triplet: BD, F2 and 00. RGB value is (189,242,0). Sum of RGB (Red+Green+Blue) = 189+242+0=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF200 is #420DFF. Grayscale: #C7C7C7. Windows color (decimal): -4328960 or 62141. OLE color: 62141.

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

Color convert

RGB 189 242 0 -
CMYK 0.22 0 1 0.05
HSL 73.14º 1% 0.47% -
HSV(B) 73.14º 1% 0.95% -
XYZ 52.74 74.32 11.57 -
YUV 198.57 15.94 121.18 -
System Red Green Blue C M Y K H S L
Decimal 189 242 0 0.22 0 1 0.05 73.14 1 0.47
Hex BD F2 0 16 0 64 5 49 64 2F
Octal 275 362 0 26 0 144 5 111 144 57
Binary 10111101 11110010 0 10110 0 1100100 101 1001001 1100100 101111

Color Harmonies of #BDF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF200

Black with #BDF200

Text Example


Text Example

White with #BDF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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