Html Css Color HEX #BBFE14 Electric Lime

📋 copy color: '#BBFE14'

red 187 ◦ green 254 ◦ blue 20

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

Shades of Electric Lime #BBFE14

Tints of Electric Lime #BBFE14

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.1%

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

R = 40.56%
G = 55.1%
B = 4.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#BBFE14 (or 0xBBFE14) is known color: Electric Lime. HEX triplet: BB, FE and 14. RGB value is (187,254,20). Sum of RGB (Red+Green+Blue) = 187+254+20=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE14 is #4401EB. Grayscale: #D0D0D0. Windows color (decimal): -4456940 or 1375931. OLE color: 1375931.

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

Color convert

RGB 187 254 20 -
CMYK 0.26 0 0.92 0.00
HSL 77.18º 0.99% 0.54% -
HSV(B) 77.18º 0.92% 1% -
XYZ 56.06 81.5 13.44 -
YUV 207.29 22.3 113.53 -
System Red Green Blue C M Y K H S L
Decimal 187 254 20 0.26 0 0.92 0.00 77.18 0.99 0.54
Hex BB FE 14 1A 0 5C 0 4D 63 36
Octal 273 376 24 32 0 134 0 115 143 66
Binary 10111011 11111110 10100 11010 0 1011100 0 1001101 1100011 110110

Color Harmonies of #BBFE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFE14

Black with #BBFE14

Text Example


Text Example

White with #BBFE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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