Html Css Color HEX #BBF000 Electric Lime

📋 copy color: '#BBF000'

red 187 ◦ green 240 ◦ blue 0

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

Shades of Electric Lime #BBF000

Tints of Electric Lime #BBF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 56.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.79%
G = 56.21%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#BBF000 (or 0xBBF000) is known color: Electric Lime. HEX triplet: BB, F0 and 00. RGB value is (187,240,0). Sum of RGB (Red+Green+Blue) = 187+240+0=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 240 (94.14% from 255 or 56.21% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF000 is #440FFF. Grayscale: #C5C5C5. Windows color (decimal): -4460544 or 61627. OLE color: 61627.

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

Color convert

RGB 187 240 0 -
CMYK 0.22 0 1 0.06
HSL 73.25º 1% 0.47% -
HSV(B) 73.25º 1% 0.94% -
XYZ 51.65 72.88 11.35 -
YUV 196.79 16.94 121.01 -
System Red Green Blue C M Y K H S L
Decimal 187 240 0 0.22 0 1 0.06 73.25 1 0.47
Hex BB F0 0 16 0 64 6 49 64 2F
Octal 273 360 0 26 0 144 6 111 144 57
Binary 10111011 11110000 0 10110 0 1100100 110 1001001 1100100 101111

Color Harmonies of #BBF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF000

Black with #BBF000

Text Example


Text Example

White with #BBF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF000; }

 p { color: rgb(187,240,0); }

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

background-color css

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

 a { background-color: rgb(187,240,0); }

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

border-color css

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

 span { border-color: rgb(187,240,0); }

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