Html Css Color HEX #BBFD0F Electric Lime

📋 copy color: '#BBFD0F'

red 187 ◦ green 253 ◦ blue 15

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

Shades of Electric Lime #BBFD0F

Tints of Electric Lime #BBFD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.3%

R = 41.1%
G = 55.6%
B = 3.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#BBFD0F (or 0xBBFD0F) is known color: Electric Lime. HEX triplet: BB, FD and 0F. RGB value is (187,253,15). Sum of RGB (Red+Green+Blue) = 187+253+15=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD0F is #4402F0. Grayscale: #CFCFCF. Windows color (decimal): -4457201 or 1047995. OLE color: 1047995.

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

Color convert

RGB 187 253 15 -
CMYK 0.26 0 0.94 0.01
HSL 76.64º 0.98% 0.53% -
HSV(B) 76.64º 0.94% 0.99% -
XYZ 55.71 80.85 13.12 -
YUV 206.13 20.13 114.35 -
System Red Green Blue C M Y K H S L
Decimal 187 253 15 0.26 0 0.94 0.01 76.64 0.98 0.53
Hex BB FD F 1A 0 5E 1 4D 62 35
Octal 273 375 17 32 0 136 1 115 142 65
Binary 10111011 11111101 1111 11010 0 1011110 1 1001101 1100010 110101

Color Harmonies of #BBFD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD0F

Black with #BBFD0F

Text Example


Text Example

White with #BBFD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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