Html Css Color HEX #BBFD00 Electric Lime

📋 copy color: '#BBFD00'

red 187 ◦ green 253 ◦ blue 0

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

Shades of Electric Lime #BBFD00

Tints of Electric Lime #BBFD00

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.5%

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

R = 42.5%
G = 57.5%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#BBFD00 (or 0xBBFD00) is known color: Electric Lime. HEX triplet: BB, FD and 00. RGB value is (187,253,0). Sum of RGB (Red+Green+Blue) = 187+253+0=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 253 (99.22% from 255 or 57.5% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD00 is #4402FF. Grayscale: #CDCDCD. Windows color (decimal): -4457216 or 64955. OLE color: 64955.

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

Color convert

RGB 187 253 0 -
CMYK 0.26 0 1 0.01
HSL 75.65º 1% 0.5% -
HSV(B) 75.65º 1% 0.99% -
XYZ 55.62 80.82 12.67 -
YUV 204.42 12.63 115.57 -
System Red Green Blue C M Y K H S L
Decimal 187 253 0 0.26 0 1 0.01 75.65 1 0.5
Hex BB FD 0 1A 0 64 1 4C 64 32
Octal 273 375 0 32 0 144 1 114 144 62
Binary 10111011 11111101 0 11010 0 1100100 1 1001100 1100100 110010

Color Harmonies of #BBFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD00

Black with #BBFD00

Text Example


Text Example

White with #BBFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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