Html Css Color HEX #BBFA03 Electric Lime

📋 copy color: '#BBFA03'

red 187 ◦ green 250 ◦ blue 3

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

Shades of Electric Lime #BBFA03

Tints of Electric Lime #BBFA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 42.5%
G = 56.82%
B = 0.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#BBFA03 (or 0xBBFA03) is known color: Electric Lime. HEX triplet: BB, FA and 03. RGB value is (187,250,3). Sum of RGB (Red+Green+Blue) = 187+250+3=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 250 (98.05% from 255 or 56.82% from 440); Blue value is 3 (1.56% from 255 or 0.68% from 440); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFA03 is #4405FC. Grayscale: #CBCBCB. Windows color (decimal): -4457981 or 260795. OLE color: 260795.

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

Color convert

RGB 187 250 3 -
CMYK 0.25 0 0.99 0.02
HSL 75.3º 0.98% 0.5% -
HSV(B) 75.3º 0.99% 0.98% -
XYZ 54.7 78.94 12.44 -
YUV 203.01 15.13 116.58 -
System Red Green Blue C M Y K H S L
Decimal 187 250 3 0.25 0 0.99 0.02 75.3 0.98 0.5
Hex BB FA 3 19 0 63 2 4B 62 32
Octal 273 372 3 31 0 143 2 113 142 62
Binary 10111011 11111010 11 11001 0 1100011 10 1001011 1100010 110010

Color Harmonies of #BBFA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFA03

Black with #BBFA03

Text Example


Text Example

White with #BBFA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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