Html Css Color HEX #BBFD06 Electric Lime

📋 copy color: '#BBFD06'

red 187 ◦ green 253 ◦ blue 6

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

Shades of Electric Lime #BBFD06

Tints of Electric Lime #BBFD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 41.93%
G = 56.73%
B = 1.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#BBFD06 (or 0xBBFD06) is known color: Electric Lime. HEX triplet: BB, FD and 06. RGB value is (187,253,6). Sum of RGB (Red+Green+Blue) = 187+253+6=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 253 (99.22% from 255 or 56.73% from 446); Blue value is 6 (2.73% from 255 or 1.35% from 446); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD06 is #4402F9. Grayscale: #CECECE. Windows color (decimal): -4457210 or 458171. OLE color: 458171.

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

Color convert

RGB 187 253 6 -
CMYK 0.26 0 0.98 0.01
HSL 76.03º 0.98% 0.51% -
HSV(B) 76.03º 0.98% 0.99% -
XYZ 55.65 80.83 12.84 -
YUV 205.11 15.63 115.08 -
System Red Green Blue C M Y K H S L
Decimal 187 253 6 0.26 0 0.98 0.01 76.03 0.98 0.51
Hex BB FD 6 1A 0 62 1 4C 62 33
Octal 273 375 6 32 0 142 1 114 142 63
Binary 10111011 11111101 110 11010 0 1100010 1 1001100 1100010 110011

Color Harmonies of #BBFD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD06

Black with #BBFD06

Text Example


Text Example

White with #BBFD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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