Html Css Color HEX #BBF003 Electric Lime

📋 copy color: '#BBF003'

red 187 ◦ green 240 ◦ blue 3

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

Shades of Electric Lime #BBF003

Tints of Electric Lime #BBF003

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.81%

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 43.49%
G = 55.81%
B = 0.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#BBF003 (or 0xBBF003) is known color: Electric Lime. HEX triplet: BB, F0 and 03. RGB value is (187,240,3). Sum of RGB (Red+Green+Blue) = 187+240+3=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF003 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF003 is #440FFC. Grayscale: #C6C6C6. Windows color (decimal): -4460541 or 258235. OLE color: 258235.

HSL color Cylindrical-coordinate representation of color #BBF003: hue angle of 73.42º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBF003 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 3 -
CMYK 0.22 0 0.99 0.06
HSL 73.42º 0.98% 0.48% -
HSV(B) 73.42º 0.99% 0.94% -
XYZ 51.67 72.89 11.43 -
YUV 197.14 18.44 120.77 -
System Red Green Blue C M Y K H S L
Decimal 187 240 3 0.22 0 0.99 0.06 73.42 0.98 0.48
Hex BB F0 3 16 0 63 6 49 62 30
Octal 273 360 3 26 0 143 6 111 142 60
Binary 10111011 11110000 11 10110 0 1100011 110 1001001 1100010 110000

Color Harmonies of #BBF003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF003

Black with #BBF003

Text Example


Text Example

White with #BBF003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF003; }

 p { color: rgb(187,240,3); }

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

background-color css

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

 a { background-color: rgb(187,240,3); }

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

border-color css

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

 span { border-color: rgb(187,240,3); }

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