Html Css Color HEX #BBFF0F Electric Lime

📋 copy color: '#BBFF0F'

red 187 ◦ green 255 ◦ blue 15

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

Shades of Electric Lime #BBFF0F

Tints of Electric Lime #BBFF0F

RGB

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

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

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

R = 40.92%
G = 55.8%
B = 3.28%

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

#BBFF0F (or 0xBBFF0F) is known color: Electric Lime. HEX triplet: BB, FF and 0F. RGB value is (187,255,15). Sum of RGB (Red+Green+Blue) = 187+255+15=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF0F is #4400F0. Grayscale: #D0D0D0. Windows color (decimal): -4456689 or 1048507. OLE color: 1048507.

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

Color convert

RGB 187 255 15 -
CMYK 0.27 0 0.94 0
HSL 77º 1% 0.53% -
HSV(B) 77º 0.94% 1% -
XYZ 56.34 82.12 13.33 -
YUV 207.31 19.47 113.51 -
System Red Green Blue C M Y K H S L
Decimal 187 255 15 0.27 0 0.94 0 77 1 0.53
Hex BB FF F 1B 0 5E 0 4D 64 35
Octal 273 377 17 33 0 136 0 115 144 65
Binary 10111011 11111111 1111 11011 0 1011110 0 1001101 1100100 110101

Color Harmonies of #BBFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF0F

Black with #BBFF0F

Text Example


Text Example

White with #BBFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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