Html Css Color HEX #BBFC14 Electric Lime

📋 copy color: '#BBFC14'

red 187 ◦ green 252 ◦ blue 20

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

Shades of Electric Lime #BBFC14

Tints of Electric Lime #BBFC14

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.9%

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

R = 40.74%
G = 54.9%
B = 4.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#BBFC14 (or 0xBBFC14) is known color: Electric Lime. HEX triplet: BB, FC and 14. RGB value is (187,252,20). Sum of RGB (Red+Green+Blue) = 187+252+20=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC14 is #4403EB. Grayscale: #CECECE. Windows color (decimal): -4457452 or 1375419. OLE color: 1375419.

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

Color convert

RGB 187 252 20 -
CMYK 0.26 0 0.92 0.01
HSL 76.81º 0.97% 0.53% -
HSV(B) 76.81º 0.92% 0.99% -
XYZ 55.43 80.24 13.23 -
YUV 206.12 22.97 114.36 -
System Red Green Blue C M Y K H S L
Decimal 187 252 20 0.26 0 0.92 0.01 76.81 0.97 0.53
Hex BB FC 14 1A 0 5C 1 4D 61 35
Octal 273 374 24 32 0 134 1 115 141 65
Binary 10111011 11111100 10100 11010 0 1011100 1 1001101 1100001 110101

Color Harmonies of #BBFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFC14

Black with #BBFC14

Text Example


Text Example

White with #BBFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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