Html Css Color HEX #BDF911 Electric Lime

📋 copy color: '#BDF911'

red 189 ◦ green 249 ◦ blue 17

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

Shades of Electric Lime #BDF911

Tints of Electric Lime #BDF911

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.73%

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

R = 41.54%
G = 54.73%
B = 3.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#BDF911 (or 0xBDF911) is known color: Electric Lime. HEX triplet: BD, F9 and 11. RGB value is (189,249,17). Sum of RGB (Red+Green+Blue) = 189+249+17=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF911 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF911 is #4206EE. Grayscale: #CDCDCD. Windows color (decimal): -4327151 or 1178045. OLE color: 1178045.

HSL color Cylindrical-coordinate representation of color #BDF911: hue angle of 75.52º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDF911 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 17 -
CMYK 0.24 0 0.93 0.02
HSL 75.52º 0.95% 0.52% -
HSV(B) 75.52º 0.93% 0.98% -
XYZ 54.96 78.61 12.81 -
YUV 204.61 22.12 116.86 -
System Red Green Blue C M Y K H S L
Decimal 189 249 17 0.24 0 0.93 0.02 75.52 0.95 0.52
Hex BD F9 11 18 0 5D 2 4C 5F 34
Octal 275 371 21 30 0 135 2 114 137 64
Binary 10111101 11111001 10001 11000 0 1011101 10 1001100 1011111 110100

Color Harmonies of #BDF911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF911

Black with #BDF911

Text Example


Text Example

White with #BDF911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF911; }

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

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

background-color css

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

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

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

border-color css

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

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

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