Html Css Color HEX #BDFB0A Electric Lime

📋 copy color: '#BDFB0A'

red 189 ◦ green 251 ◦ blue 10

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

Shades of Electric Lime #BDFB0A

Tints of Electric Lime #BDFB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 42%
G = 55.78%
B = 2.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#BDFB0A (or 0xBDFB0A) is known color: Electric Lime. HEX triplet: BD, FB and 0A. RGB value is (189,251,10). Sum of RGB (Red+Green+Blue) = 189+251+10=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 251 (98.44% from 255 or 55.78% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFB0A is #4204F5. Grayscale: #CDCDCD. Windows color (decimal): -4326646 or 719805. OLE color: 719805.

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

Color convert

RGB 189 251 10 -
CMYK 0.25 0 0.96 0.02
HSL 75.44º 0.97% 0.51% -
HSV(B) 75.44º 0.96% 0.98% -
XYZ 55.54 79.84 12.77 -
YUV 204.99 17.96 116.6 -
System Red Green Blue C M Y K H S L
Decimal 189 251 10 0.25 0 0.96 0.02 75.44 0.97 0.51
Hex BD FB A 19 0 60 2 4B 61 33
Octal 275 373 12 31 0 140 2 113 141 63
Binary 10111101 11111011 1010 11001 0 1100000 10 1001011 1100001 110011

Color Harmonies of #BDFB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB0A

Black with #BDFB0A

Text Example


Text Example

White with #BDFB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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