Html Css Color HEX #BBF201 Electric Lime

📋 copy color: '#BBF201'

red 187 ◦ green 242 ◦ blue 1

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

Shades of Electric Lime #BBF201

Tints of Electric Lime #BBF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.28%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 43.49%
G = 56.28%
B = 0.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#BBF201 (or 0xBBF201) is known color: Electric Lime. HEX triplet: BB, F2 and 01. RGB value is (187,242,1). Sum of RGB (Red+Green+Blue) = 187+242+1=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF201 is #440DFE. Grayscale: #C6C6C6. Windows color (decimal): -4460031 or 127675. OLE color: 127675.

HSL color Cylindrical-coordinate representation of color #BBF201: hue angle of 73.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBF201 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 1 -
CMYK 0.23 0 1.00 0.05
HSL 73.69º 0.99% 0.48% -
HSV(B) 73.69º 1% 0.95% -
XYZ 52.25 74.07 11.57 -
YUV 198.08 16.78 120.1 -
System Red Green Blue C M Y K H S L
Decimal 187 242 1 0.23 0 1.00 0.05 73.69 0.99 0.48
Hex BB F2 1 17 0 64 5 4A 63 30
Octal 273 362 1 27 0 144 5 112 143 60
Binary 10111011 11110010 1 10111 0 1100100 101 1001010 1100011 110000

Color Harmonies of #BBF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF201

Black with #BBF201

Text Example


Text Example

White with #BBF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF201; }

 p { color: rgb(187,242,1); }

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

background-color css

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

 a { background-color: rgb(187,242,1); }

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

border-color css

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

 span { border-color: rgb(187,242,1); }

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