Html Css Color HEX #BBFD14 Electric Lime

📋 copy color: '#BBFD14'

red 187 ◦ green 253 ◦ blue 20

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

Shades of Electric Lime #BBFD14

Tints of Electric Lime #BBFD14

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55%

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

R = 40.65%
G = 55%
B = 4.35%

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

#BBFD14 (or 0xBBFD14) is known color: Electric Lime. HEX triplet: BB, FD and 14. RGB value is (187,253,20). Sum of RGB (Red+Green+Blue) = 187+253+20=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD14 is #4402EB. Grayscale: #CFCFCF. Windows color (decimal): -4457196 or 1375675. OLE color: 1375675.

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

Color convert

RGB 187 253 20 -
CMYK 0.26 0 0.92 0.01
HSL 77º 0.98% 0.54% -
HSV(B) 77º 0.92% 0.99% -
XYZ 55.75 80.87 13.33 -
YUV 206.7 22.63 113.95 -
System Red Green Blue C M Y K H S L
Decimal 187 253 20 0.26 0 0.92 0.01 77 0.98 0.54
Hex BB FD 14 1A 0 5C 1 4D 62 36
Octal 273 375 24 32 0 134 1 115 142 66
Binary 10111011 11111101 10100 11010 0 1011100 1 1001101 1100010 110110

Color Harmonies of #BBFD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD14

Black with #BBFD14

Text Example


Text Example

White with #BBFD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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