Html Css Color HEX #BBFE07 Electric Lime

📋 copy color: '#BBFE07'

red 187 ◦ green 254 ◦ blue 7

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

Shades of Electric Lime #BBFE07

Tints of Electric Lime #BBFE07

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.7%

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

R = 41.74%
G = 56.7%
B = 1.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#BBFE07 (or 0xBBFE07) is known color: Electric Lime. HEX triplet: BB, FE and 07. RGB value is (187,254,7). Sum of RGB (Red+Green+Blue) = 187+254+7=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE07 is #4401F8. Grayscale: #CECECE. Windows color (decimal): -4456953 or 523963. OLE color: 523963.

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

Color convert

RGB 187 254 7 -
CMYK 0.26 0 0.97 0.00
HSL 76.28º 0.99% 0.51% -
HSV(B) 76.28º 0.97% 1% -
XYZ 55.97 81.46 12.97 -
YUV 205.81 15.8 114.58 -
System Red Green Blue C M Y K H S L
Decimal 187 254 7 0.26 0 0.97 0.00 76.28 0.99 0.51
Hex BB FE 7 1A 0 61 0 4C 63 33
Octal 273 376 7 32 0 141 0 114 143 63
Binary 10111011 11111110 111 11010 0 1100001 0 1001100 1100011 110011

Color Harmonies of #BBFE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFE07

Black with #BBFE07

Text Example


Text Example

White with #BBFE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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