Html Css Color HEX #BDFB0F Electric Lime

📋 copy color: '#BDFB0F'

red 189 ◦ green 251 ◦ blue 15

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

Shades of Electric Lime #BDFB0F

Tints of Electric Lime #BDFB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.3%

R = 41.54%
G = 55.16%
B = 3.3%

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

#BDFB0F (or 0xBDFB0F) is known color: Electric Lime. HEX triplet: BD, FB and 0F. RGB value is (189,251,15). Sum of RGB (Red+Green+Blue) = 189+251+15=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 251 (98.44% from 255 or 55.16% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFB0F is #4204F0. Grayscale: #CECECE. Windows color (decimal): -4326641 or 1047485. OLE color: 1047485.

HSL color Cylindrical-coordinate representation of color #BDFB0F: hue angle of 75.76º 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 #BDFB0F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 15 -
CMYK 0.25 0 0.94 0.02
HSL 75.76º 0.97% 0.52% -
HSV(B) 75.76º 0.94% 0.98% -
XYZ 55.57 79.85 12.94 -
YUV 205.56 20.46 116.19 -
System Red Green Blue C M Y K H S L
Decimal 189 251 15 0.25 0 0.94 0.02 75.76 0.97 0.52
Hex BD FB F 19 0 5E 2 4C 61 34
Octal 275 373 17 31 0 136 2 114 141 64
Binary 10111101 11111011 1111 11001 0 1011110 10 1001100 1100001 110100

Color Harmonies of #BDFB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB0F

Black with #BDFB0F

Text Example


Text Example

White with #BDFB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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