Html Css Color HEX #BBFD07 Electric Lime

📋 copy color: '#BBFD07'

red 187 ◦ green 253 ◦ blue 7

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

Shades of Electric Lime #BBFD07

Tints of Electric Lime #BBFD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 41.83%
G = 56.6%
B = 1.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#BBFD07 (or 0xBBFD07) is known color: Electric Lime. HEX triplet: BB, FD and 07. RGB value is (187,253,7). Sum of RGB (Red+Green+Blue) = 187+253+7=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 253 (99.22% from 255 or 56.60% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD07 is #4402F8. Grayscale: #CECECE. Windows color (decimal): -4457209 or 523707. OLE color: 523707.

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

Color convert

RGB 187 253 7 -
CMYK 0.26 0 0.97 0.01
HSL 76.1º 0.98% 0.51% -
HSV(B) 76.1º 0.97% 0.99% -
XYZ 55.66 80.83 12.87 -
YUV 205.22 16.13 115 -
System Red Green Blue C M Y K H S L
Decimal 187 253 7 0.26 0 0.97 0.01 76.1 0.98 0.51
Hex BB FD 7 1A 0 61 1 4C 62 33
Octal 273 375 7 32 0 141 1 114 142 63
Binary 10111011 11111101 111 11010 0 1100001 1 1001100 1100010 110011

Color Harmonies of #BBFD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD07

Black with #BBFD07

Text Example


Text Example

White with #BBFD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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