Html Css Color HEX #BBFA0A Electric Lime

📋 copy color: '#BBFA0A'

red 187 ◦ green 250 ◦ blue 10

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

Shades of Electric Lime #BBFA0A

Tints of Electric Lime #BBFA0A

RGB

 RED value IS 187 (73.44% from 255) = 41.83%

 GREEN value IS 250 (98.05% from 255) = 55.93%

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

R = 41.83%
G = 55.93%
B = 2.24%

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

#BBFA0A (or 0xBBFA0A) is known color: Electric Lime. HEX triplet: BB, FA and 0A. RGB value is (187,250,10). Sum of RGB (Red+Green+Blue) = 187+250+10=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFA0A is #4405F5. Grayscale: #CCCCCC. Windows color (decimal): -4457974 or 719547. OLE color: 719547.

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

Color convert

RGB 187 250 10 -
CMYK 0.25 0 0.96 0.02
HSL 75.75º 0.96% 0.51% -
HSV(B) 75.75º 0.96% 0.98% -
XYZ 54.73 78.96 12.64 -
YUV 203.8 18.63 116.01 -
System Red Green Blue C M Y K H S L
Decimal 187 250 10 0.25 0 0.96 0.02 75.75 0.96 0.51
Hex BB FA A 19 0 60 2 4C 60 33
Octal 273 372 12 31 0 140 2 114 140 63
Binary 10111011 11111010 1010 11001 0 1100000 10 1001100 1100000 110011

Color Harmonies of #BBFA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFA0A

Black with #BBFA0A

Text Example


Text Example

White with #BBFA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFA0A; }

 p { color: rgb(187,250,10); }

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

background-color css

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

 a { background-color: rgb(187,250,10); }

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

border-color css

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

 span { border-color: rgb(187,250,10); }

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