Html Css Color HEX #BDFD11 Electric Lime

📋 copy color: '#BDFD11'

red 189 ◦ green 253 ◦ blue 17

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

Shades of Electric Lime #BDFD11

Tints of Electric Lime #BDFD11

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55.12%

 BLUE value IS 17 (7.03% from 255) = 3.7%

R = 41.18%
G = 55.12%
B = 3.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#BDFD11 (or 0xBDFD11) is known color: Electric Lime. HEX triplet: BD, FD and 11. RGB value is (189,253,17). Sum of RGB (Red+Green+Blue) = 189+253+17=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD11 is #4202EE. Grayscale: #CFCFCF. Windows color (decimal): -4326127 or 1179069. OLE color: 1179069.

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

Color convert

RGB 189 253 17 -
CMYK 0.25 0 0.93 0.01
HSL 76.27º 0.98% 0.53% -
HSV(B) 76.27º 0.93% 0.99% -
XYZ 56.21 81.11 13.22 -
YUV 206.96 20.8 115.19 -
System Red Green Blue C M Y K H S L
Decimal 189 253 17 0.25 0 0.93 0.01 76.27 0.98 0.53
Hex BD FD 11 19 0 5D 1 4C 62 35
Octal 275 375 21 31 0 135 1 114 142 65
Binary 10111101 11111101 10001 11001 0 1011101 1 1001100 1100010 110101

Color Harmonies of #BDFD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD11

Black with #BDFD11

Text Example


Text Example

White with #BDFD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD11; }

 p { color: rgb(189,253,17); }

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

background-color css

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

 a { background-color: rgb(189,253,17); }

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

border-color css

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

 span { border-color: rgb(189,253,17); }

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