Html Css Color HEX #BBFD03 Electric Lime

📋 copy color: '#BBFD03'

red 187 ◦ green 253 ◦ blue 3

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

Shades of Electric Lime #BBFD03

Tints of Electric Lime #BBFD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 42.21%
G = 57.11%
B = 0.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#BBFD03 (or 0xBBFD03) is known color: Electric Lime. HEX triplet: BB, FD and 03. RGB value is (187,253,3). Sum of RGB (Red+Green+Blue) = 187+253+3=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD03 is #4402FC. Grayscale: #CDCDCD. Windows color (decimal): -4457213 or 261563. OLE color: 261563.

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

Color convert

RGB 187 253 3 -
CMYK 0.26 0 0.99 0.01
HSL 75.84º 0.98% 0.5% -
HSV(B) 75.84º 0.99% 0.99% -
XYZ 55.64 80.82 12.75 -
YUV 204.77 14.13 115.33 -
System Red Green Blue C M Y K H S L
Decimal 187 253 3 0.26 0 0.99 0.01 75.84 0.98 0.5
Hex BB FD 3 1A 0 63 1 4C 62 32
Octal 273 375 3 32 0 143 1 114 142 62
Binary 10111011 11111101 11 11010 0 1100011 1 1001100 1100010 110010

Color Harmonies of #BBFD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD03

Black with #BBFD03

Text Example


Text Example

White with #BBFD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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