Html Css Color HEX #BBF900 Electric Lime

📋 copy color: '#BBF900'

red 187 ◦ green 249 ◦ blue 0

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

Shades of Electric Lime #BBF900

Tints of Electric Lime #BBF900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.11%

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

R = 42.89%
G = 57.11%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#BBF900 (or 0xBBF900) is known color: Electric Lime. HEX triplet: BB, F9 and 00. RGB value is (187,249,0). Sum of RGB (Red+Green+Blue) = 187+249+0=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 249 (97.66% from 255 or 57.11% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF900 is #4406FF. Grayscale: #CBCBCB. Windows color (decimal): -4458240 or 63931. OLE color: 63931.

HSL color Cylindrical-coordinate representation of color #BBF900: hue angle of 74.94º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBF900 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 0 -
CMYK 0.25 0 1 0.02
HSL 74.94º 1% 0.49% -
HSV(B) 74.94º 1% 0.98% -
XYZ 54.37 78.32 12.25 -
YUV 202.08 13.96 117.25 -
System Red Green Blue C M Y K H S L
Decimal 187 249 0 0.25 0 1 0.02 74.94 1 0.49
Hex BB F9 0 19 0 64 2 4B 64 31
Octal 273 371 0 31 0 144 2 113 144 61
Binary 10111011 11111001 0 11001 0 1100100 10 1001011 1100100 110001

Color Harmonies of #BBF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF900

Black with #BBF900

Text Example


Text Example

White with #BBF900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF900; }

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

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

background-color css

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

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

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

border-color css

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

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

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