Html Css Color HEX #BBFD08 Electric Lime

📋 copy color: '#BBFD08'

red 187 ◦ green 253 ◦ blue 8

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

Shades of Electric Lime #BBFD08

Tints of Electric Lime #BBFD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.79%

R = 41.74%
G = 56.47%
B = 1.79%

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

#BBFD08 (or 0xBBFD08) is known color: Electric Lime. HEX triplet: BB, FD and 08. RGB value is (187,253,8). Sum of RGB (Red+Green+Blue) = 187+253+8=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD08 is #4402F7. Grayscale: #CECECE. Windows color (decimal): -4457208 or 589243. OLE color: 589243.

HSL color Cylindrical-coordinate representation of color #BBFD08: hue angle of 76.16º 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 #BBFD08 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 8 -
CMYK 0.26 0 0.97 0.01
HSL 76.16º 0.98% 0.51% -
HSV(B) 76.16º 0.97% 0.99% -
XYZ 55.66 80.83 12.9 -
YUV 205.34 16.63 114.92 -
System Red Green Blue C M Y K H S L
Decimal 187 253 8 0.26 0 0.97 0.01 76.16 0.98 0.51
Hex BB FD 8 1A 0 61 1 4C 62 33
Octal 273 375 10 32 0 141 1 114 142 63
Binary 10111011 11111101 1000 11010 0 1100001 1 1001100 1100010 110011

Color Harmonies of #BBFD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD08

Black with #BBFD08

Text Example


Text Example

White with #BBFD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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