Html Css Color HEX #BBFF16 Electric Lime

📋 copy color: '#BBFF16'

red 187 ◦ green 255 ◦ blue 22

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

Shades of Electric Lime #BBFF16

Tints of Electric Lime #BBFF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.74%

R = 40.3%
G = 54.96%
B = 4.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#BBFF16 (or 0xBBFF16) is known color: Electric Lime. HEX triplet: BB, FF and 16. RGB value is (187,255,22). Sum of RGB (Red+Green+Blue) = 187+255+22=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF16 is #4400E9. Grayscale: #D0D0D0. Windows color (decimal): -4456682 or 1507259. OLE color: 1507259.

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

Color convert

RGB 187 255 22 -
CMYK 0.27 0 0.91 0
HSL 77.51º 1% 0.54% -
HSV(B) 77.51º 0.91% 1% -
XYZ 56.4 82.14 13.64 -
YUV 208.11 22.97 112.95 -
System Red Green Blue C M Y K H S L
Decimal 187 255 22 0.27 0 0.91 0 77.51 1 0.54
Hex BB FF 16 1B 0 5B 0 4E 64 36
Octal 273 377 26 33 0 133 0 116 144 66
Binary 10111011 11111111 10110 11011 0 1011011 0 1001110 1100100 110110

Color Harmonies of #BBFF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF16

Black with #BBFF16

Text Example


Text Example

White with #BBFF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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