Html Css Color HEX #BBFC0B Electric Lime

📋 copy color: '#BBFC0B'

red 187 ◦ green 252 ◦ blue 11

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

Shades of Electric Lime #BBFC0B

Tints of Electric Lime #BBFC0B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56%

 BLUE value IS 11 (4.69% from 255) = 2.44%

R = 41.56%
G = 56%
B = 2.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BBFC0B (or 0xBBFC0B) is known color: Electric Lime. HEX triplet: BB, FC and 0B. RGB value is (187,252,11). Sum of RGB (Red+Green+Blue) = 187+252+11=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 252 (98.83% from 255 or 56% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC0B is #4403F4. Grayscale: #CDCDCD. Windows color (decimal): -4457461 or 785595. OLE color: 785595.

HSL color Cylindrical-coordinate representation of color #BBFC0B: hue angle of 76.18º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBFC0B is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 11 -
CMYK 0.26 0 0.96 0.01
HSL 76.18º 0.98% 0.52% -
HSV(B) 76.18º 0.96% 0.99% -
XYZ 55.36 80.21 12.88 -
YUV 205.09 18.47 115.1 -
System Red Green Blue C M Y K H S L
Decimal 187 252 11 0.26 0 0.96 0.01 76.18 0.98 0.52
Hex BB FC B 1A 0 60 1 4C 62 34
Octal 273 374 13 32 0 140 1 114 142 64
Binary 10111011 11111100 1011 11010 0 1100000 1 1001100 1100010 110100

Color Harmonies of #BBFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFC0B

Black with #BBFC0B

Text Example


Text Example

White with #BBFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFC0B; }

 p { color: rgb(187,252,11); }

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

background-color css

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

 a { background-color: rgb(187,252,11); }

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

border-color css

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

 span { border-color: rgb(187,252,11); }

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