Html Css Color HEX #BBF800 Electric Lime

📋 copy color: '#BBF800'

red 187 ◦ green 248 ◦ blue 0

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

Shades of Electric Lime #BBF800

Tints of Electric Lime #BBF800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.01%

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

R = 42.99%
G = 57.01%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#BBF800 (or 0xBBF800) is known color: Electric Lime. HEX triplet: BB, F8 and 00. RGB value is (187,248,0). Sum of RGB (Red+Green+Blue) = 187+248+0=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF800 is #4407FF. Grayscale: #CACACA. Windows color (decimal): -4458496 or 63675. OLE color: 63675.

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

Color convert

RGB 187 248 0 -
CMYK 0.25 0 1 0.03
HSL 74.76º 1% 0.49% -
HSV(B) 74.76º 1% 0.97% -
XYZ 54.06 77.7 12.15 -
YUV 201.49 14.29 117.67 -
System Red Green Blue C M Y K H S L
Decimal 187 248 0 0.25 0 1 0.03 74.76 1 0.49
Hex BB F8 0 19 0 64 3 4B 64 31
Octal 273 370 0 31 0 144 3 113 144 61
Binary 10111011 11111000 0 11001 0 1100100 11 1001011 1100100 110001

Color Harmonies of #BBF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF800

Black with #BBF800

Text Example


Text Example

White with #BBF800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF800; }

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

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

background-color css

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

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

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

border-color css

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

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

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