Html Css Color HEX #BBFF13 Electric Lime

📋 copy color: '#BBFF13'

red 187 ◦ green 255 ◦ blue 19

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

Shades of Electric Lime #BBFF13

Tints of Electric Lime #BBFF13

RGB

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

 GREEN value IS 255 (100% from 255) = 55.31%

 BLUE value IS 19 (7.81% from 255) = 4.12%

R = 40.56%
G = 55.31%
B = 4.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#BBFF13 (or 0xBBFF13) is known color: Electric Lime. HEX triplet: BB, FF and 13. RGB value is (187,255,19). Sum of RGB (Red+Green+Blue) = 187+255+19=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF13 is #4400EC. Grayscale: #D0D0D0. Windows color (decimal): -4456685 or 1310651. OLE color: 1310651.

HSL color Cylindrical-coordinate representation of color #BBFF13: hue angle of 77.29º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBFF13 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 19 -
CMYK 0.27 0 0.93 0
HSL 77.29º 1% 0.54% -
HSV(B) 77.29º 0.93% 1% -
XYZ 56.37 82.13 13.5 -
YUV 207.76 21.47 113.19 -
System Red Green Blue C M Y K H S L
Decimal 187 255 19 0.27 0 0.93 0 77.29 1 0.54
Hex BB FF 13 1B 0 5D 0 4D 64 36
Octal 273 377 23 33 0 135 0 115 144 66
Binary 10111011 11111111 10011 11011 0 1011101 0 1001101 1100100 110110

Color Harmonies of #BBFF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF13

Black with #BBFF13

Text Example


Text Example

White with #BBFF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF13; }

 p { color: rgb(187,255,19); }

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

background-color css

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

 a { background-color: rgb(187,255,19); }

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

border-color css

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

 span { border-color: rgb(187,255,19); }

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