Html Css Color HEX #BBF307 Electric Lime

📋 copy color: '#BBF307'

red 187 ◦ green 243 ◦ blue 7

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

Shades of Electric Lime #BBF307

Tints of Electric Lime #BBF307

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.61%

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

R = 42.79%
G = 55.61%
B = 1.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#BBF307 (or 0xBBF307) is known color: Electric Lime. HEX triplet: BB, F3 and 07. RGB value is (187,243,7). Sum of RGB (Red+Green+Blue) = 187+243+7=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF307 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF307 is #440CF8. Grayscale: #C8C8C8. Windows color (decimal): -4459769 or 521147. OLE color: 521147.

HSL color Cylindrical-coordinate representation of color #BBF307: hue angle of 74.24º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBF307 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 243 7 -
CMYK 0.23 0 0.97 0.05
HSL 74.24º 0.94% 0.49% -
HSV(B) 74.24º 0.97% 0.95% -
XYZ 52.58 74.68 11.84 -
YUV 199.35 19.45 119.19 -
System Red Green Blue C M Y K H S L
Decimal 187 243 7 0.23 0 0.97 0.05 74.24 0.94 0.49
Hex BB F3 7 17 0 61 5 4A 5E 31
Octal 273 363 7 27 0 141 5 112 136 61
Binary 10111011 11110011 111 10111 0 1100001 101 1001010 1011110 110001

Color Harmonies of #BBF307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF307

Black with #BBF307

Text Example


Text Example

White with #BBF307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF307; }

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

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

background-color css

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

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

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

border-color css

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

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

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