Html Css Color HEX #BBFD05 Electric Lime

📋 copy color: '#BBFD05'

red 187 ◦ green 253 ◦ blue 5

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

Shades of Electric Lime #BBFD05

Tints of Electric Lime #BBFD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 42.02%
G = 56.85%
B = 1.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#BBFD05 (or 0xBBFD05) is known color: Electric Lime. HEX triplet: BB, FD and 05. RGB value is (187,253,5). Sum of RGB (Red+Green+Blue) = 187+253+5=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD05 is #4402FA. Grayscale: #CDCDCD. Windows color (decimal): -4457211 or 392635. OLE color: 392635.

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

Color convert

RGB 187 253 5 -
CMYK 0.26 0 0.98 0.01
HSL 75.97º 0.98% 0.51% -
HSV(B) 75.97º 0.98% 0.99% -
XYZ 55.65 80.83 12.81 -
YUV 204.99 15.13 115.17 -
System Red Green Blue C M Y K H S L
Decimal 187 253 5 0.26 0 0.98 0.01 75.97 0.98 0.51
Hex BB FD 5 1A 0 62 1 4C 62 33
Octal 273 375 5 32 0 142 1 114 142 63
Binary 10111011 11111101 101 11010 0 1100010 1 1001100 1100010 110011

Color Harmonies of #BBFD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD05

Black with #BBFD05

Text Example


Text Example

White with #BBFD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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