Html Css Color HEX #BDFB0E Electric Lime

📋 copy color: '#BDFB0E'

red 189 ◦ green 251 ◦ blue 14

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

Shades of Electric Lime #BDFB0E

Tints of Electric Lime #BDFB0E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 55.29%

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 41.63%
G = 55.29%
B = 3.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#BDFB0E (or 0xBDFB0E) is known color: Electric Lime. HEX triplet: BD, FB and 0E. RGB value is (189,251,14). Sum of RGB (Red+Green+Blue) = 189+251+14=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFB0E is #4204F1. Grayscale: #CECECE. Windows color (decimal): -4326642 or 981949. OLE color: 981949.

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

Color convert

RGB 189 251 14 -
CMYK 0.25 0 0.94 0.02
HSL 75.7º 0.97% 0.52% -
HSV(B) 75.7º 0.94% 0.98% -
XYZ 55.56 79.84 12.9 -
YUV 205.44 19.96 116.27 -
System Red Green Blue C M Y K H S L
Decimal 189 251 14 0.25 0 0.94 0.02 75.7 0.97 0.52
Hex BD FB E 19 0 5E 2 4C 61 34
Octal 275 373 16 31 0 136 2 114 141 64
Binary 10111101 11111011 1110 11001 0 1011110 10 1001100 1100001 110100

Color Harmonies of #BDFB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB0E

Black with #BDFB0E

Text Example


Text Example

White with #BDFB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB0E; }

 p { color: rgb(189,251,14); }

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

background-color css

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

 a { background-color: rgb(189,251,14); }

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

border-color css

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

 span { border-color: rgb(189,251,14); }

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