Html Css Color HEX #BBFD0A Electric Lime

📋 copy color: '#BBFD0A'

red 187 ◦ green 253 ◦ blue 10

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

Shades of Electric Lime #BBFD0A

Tints of Electric Lime #BBFD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 41.56%
G = 56.22%
B = 2.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BBFD0A (or 0xBBFD0A) is known color: Electric Lime. HEX triplet: BB, FD and 0A. RGB value is (187,253,10). Sum of RGB (Red+Green+Blue) = 187+253+10=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 253 (99.22% from 255 or 56.22% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD0A is #4402F5. Grayscale: #CECECE. Windows color (decimal): -4457206 or 720315. OLE color: 720315.

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

Color convert

RGB 187 253 10 -
CMYK 0.26 0 0.96 0.01
HSL 76.3º 0.98% 0.52% -
HSV(B) 76.3º 0.96% 0.99% -
XYZ 55.67 80.84 12.96 -
YUV 205.56 17.63 114.76 -
System Red Green Blue C M Y K H S L
Decimal 187 253 10 0.26 0 0.96 0.01 76.3 0.98 0.52
Hex BB FD A 1A 0 60 1 4C 62 34
Octal 273 375 12 32 0 140 1 114 142 64
Binary 10111011 11111101 1010 11010 0 1100000 1 1001100 1100010 110100

Color Harmonies of #BBFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD0A

Black with #BBFD0A

Text Example


Text Example

White with #BBFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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