Html Css Color HEX #BBF100 Electric Lime

📋 copy color: '#BBF100'

red 187 ◦ green 241 ◦ blue 0

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

Shades of Electric Lime #BBF100

Tints of Electric Lime #BBF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.31%

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

R = 43.69%
G = 56.31%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#BBF100 (or 0xBBF100) is known color: Electric Lime. HEX triplet: BB, F1 and 00. RGB value is (187,241,0). Sum of RGB (Red+Green+Blue) = 187+241+0=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF100 is #440EFF. Grayscale: #C6C6C6. Windows color (decimal): -4460288 or 61883. OLE color: 61883.

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

Color convert

RGB 187 241 0 -
CMYK 0.22 0 1 0.05
HSL 73.44º 1% 0.47% -
HSV(B) 73.44º 1% 0.95% -
XYZ 51.95 73.48 11.44 -
YUV 197.38 16.61 120.6 -
System Red Green Blue C M Y K H S L
Decimal 187 241 0 0.22 0 1 0.05 73.44 1 0.47
Hex BB F1 0 16 0 64 5 49 64 2F
Octal 273 361 0 26 0 144 5 111 144 57
Binary 10111011 11110001 0 10110 0 1100100 101 1001001 1100100 101111

Color Harmonies of #BBF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF100

Black with #BBF100

Text Example


Text Example

White with #BBF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF100; }

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

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

background-color css

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

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

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

border-color css

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

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

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