Html Css Color HEX #BDFE11 Electric Lime

📋 copy color: '#BDFE11'

red 189 ◦ green 254 ◦ blue 17

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

Shades of Electric Lime #BDFE11

Tints of Electric Lime #BDFE11

RGB

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

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

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

R = 41.09%
G = 55.22%
B = 3.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#BDFE11 (or 0xBDFE11) is known color: Electric Lime. HEX triplet: BD, FE and 11. RGB value is (189,254,17). Sum of RGB (Red+Green+Blue) = 189+254+17=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE11 is #4201EE. Grayscale: #D0D0D0. Windows color (decimal): -4325871 or 1179325. OLE color: 1179325.

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

Color convert

RGB 189 254 17 -
CMYK 0.26 0 0.93 0.00
HSL 76.46º 0.99% 0.53% -
HSV(B) 76.46º 0.93% 1% -
XYZ 56.53 81.74 13.33 -
YUV 207.55 20.47 114.77 -
System Red Green Blue C M Y K H S L
Decimal 189 254 17 0.26 0 0.93 0.00 76.46 0.99 0.53
Hex BD FE 11 1A 0 5D 0 4C 63 35
Octal 275 376 21 32 0 135 0 114 143 65
Binary 10111101 11111110 10001 11010 0 1011101 0 1001100 1100011 110101

Color Harmonies of #BDFE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE11

Black with #BDFE11

Text Example


Text Example

White with #BDFE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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