Html Css Color HEX #BBFF10 Electric Lime

📋 copy color: '#BBFF10'

red 187 ◦ green 255 ◦ blue 16

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

Shades of Electric Lime #BBFF10

Tints of Electric Lime #BBFF10

RGB

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

 GREEN value IS 255 (100% from 255) = 55.68%

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 40.83%
G = 55.68%
B = 3.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#BBFF10 (or 0xBBFF10) is known color: Electric Lime. HEX triplet: BB, FF and 10. RGB value is (187,255,16). Sum of RGB (Red+Green+Blue) = 187+255+16=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF10 is #4400EF. Grayscale: #D0D0D0. Windows color (decimal): -4456688 or 1114043. OLE color: 1114043.

HSL color Cylindrical-coordinate representation of color #BBFF10: hue angle of 77.07º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBFF10 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 16 -
CMYK 0.27 0 0.94 0
HSL 77.07º 1% 0.53% -
HSV(B) 77.07º 0.94% 1% -
XYZ 56.35 82.12 13.37 -
YUV 207.42 19.97 113.43 -
System Red Green Blue C M Y K H S L
Decimal 187 255 16 0.27 0 0.94 0 77.07 1 0.53
Hex BB FF 10 1B 0 5E 0 4D 64 35
Octal 273 377 20 33 0 136 0 115 144 65
Binary 10111011 11111111 10000 11011 0 1011110 0 1001101 1100100 110101

Color Harmonies of #BBFF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF10

Black with #BBFF10

Text Example


Text Example

White with #BBFF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF10; }

 p { color: rgb(187,255,16); }

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

background-color css

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

 a { background-color: rgb(187,255,16); }

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

border-color css

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

 span { border-color: rgb(187,255,16); }

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