Html Css Color HEX #BBF500 Electric Lime

📋 copy color: '#BBF500'

red 187 ◦ green 245 ◦ blue 0

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

Shades of Electric Lime #BBF500

Tints of Electric Lime #BBF500

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.29%
G = 56.71%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#BBF500 (or 0xBBF500) is known color: Electric Lime. HEX triplet: BB, F5 and 00. RGB value is (187,245,0). Sum of RGB (Red+Green+Blue) = 187+245+0=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 245 (96.09% from 255 or 56.71% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF500 is #440AFF. Grayscale: #C8C8C8. Windows color (decimal): -4459264 or 62907. OLE color: 62907.

HSL color Cylindrical-coordinate representation of color #BBF500: hue angle of 74.2º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBF500 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 245 0 -
CMYK 0.24 0 1 0.04
HSL 74.2º 1% 0.48% -
HSV(B) 74.2º 1% 0.96% -
XYZ 53.15 75.87 11.84 -
YUV 199.73 15.28 118.92 -
System Red Green Blue C M Y K H S L
Decimal 187 245 0 0.24 0 1 0.04 74.2 1 0.48
Hex BB F5 0 18 0 64 4 4A 64 30
Octal 273 365 0 30 0 144 4 112 144 60
Binary 10111011 11110101 0 11000 0 1100100 100 1001010 1100100 110000

Color Harmonies of #BBF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF500

Black with #BBF500

Text Example


Text Example

White with #BBF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF500; }

 p { color: rgb(187,245,0); }

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

background-color css

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

 a { background-color: rgb(187,245,0); }

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

border-color css

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

 span { border-color: rgb(187,245,0); }

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