Html Css Color HEX #BBFF14 Electric Lime

📋 copy color: '#BBFF14'

red 187 ◦ green 255 ◦ blue 20

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

Shades of Electric Lime #BBFF14

Tints of Electric Lime #BBFF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.33%

R = 40.48%
G = 55.19%
B = 4.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#BBFF14 (or 0xBBFF14) is known color: Electric Lime. HEX triplet: BB, FF and 14. RGB value is (187,255,20). Sum of RGB (Red+Green+Blue) = 187+255+20=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF14 is #4400EB. Grayscale: #D0D0D0. Windows color (decimal): -4456684 or 1376187. OLE color: 1376187.

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

Color convert

RGB 187 255 20 -
CMYK 0.27 0 0.92 0
HSL 77.36º 1% 0.54% -
HSV(B) 77.36º 0.92% 1% -
XYZ 56.38 82.14 13.54 -
YUV 207.88 21.97 113.11 -
System Red Green Blue C M Y K H S L
Decimal 187 255 20 0.27 0 0.92 0 77.36 1 0.54
Hex BB FF 14 1B 0 5C 0 4D 64 36
Octal 273 377 24 33 0 134 0 115 144 66
Binary 10111011 11111111 10100 11011 0 1011100 0 1001101 1100100 110110

Color Harmonies of #BBFF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF14

Black with #BBFF14

Text Example


Text Example

White with #BBFF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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