Html Css Color HEX #BBFC07 Electric Lime

📋 copy color: '#BBFC07'

red 187 ◦ green 252 ◦ blue 7

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

Shades of Electric Lime #BBFC07

Tints of Electric Lime #BBFC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 41.93%
G = 56.5%
B = 1.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#BBFC07 (or 0xBBFC07) is known color: Electric Lime. HEX triplet: BB, FC and 07. RGB value is (187,252,7). Sum of RGB (Red+Green+Blue) = 187+252+7=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC07 is #4403F8. Grayscale: #CDCDCD. Windows color (decimal): -4457465 or 523451. OLE color: 523451.

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

Color convert

RGB 187 252 7 -
CMYK 0.26 0 0.97 0.01
HSL 75.92º 0.98% 0.51% -
HSV(B) 75.92º 0.97% 0.99% -
XYZ 55.34 80.2 12.76 -
YUV 204.64 16.47 115.42 -
System Red Green Blue C M Y K H S L
Decimal 187 252 7 0.26 0 0.97 0.01 75.92 0.98 0.51
Hex BB FC 7 1A 0 61 1 4C 62 33
Octal 273 374 7 32 0 141 1 114 142 63
Binary 10111011 11111100 111 11010 0 1100001 1 1001100 1100010 110011

Color Harmonies of #BBFC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFC07

Black with #BBFC07

Text Example


Text Example

White with #BBFC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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