Html Css Color HEX #BBF202 Electric Lime

📋 copy color: '#BBF202'

red 187 ◦ green 242 ◦ blue 2

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

Shades of Electric Lime #BBF202

Tints of Electric Lime #BBF202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 43.39%
G = 56.15%
B = 0.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#BBF202 (or 0xBBF202) is known color: Electric Lime. HEX triplet: BB, F2 and 02. RGB value is (187,242,2). Sum of RGB (Red+Green+Blue) = 187+242+2=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF202 is #440DFD. Grayscale: #C7C7C7. Windows color (decimal): -4460030 or 193211. OLE color: 193211.

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

Color convert

RGB 187 242 2 -
CMYK 0.23 0 0.99 0.05
HSL 73.75º 0.98% 0.48% -
HSV(B) 73.75º 0.99% 0.95% -
XYZ 52.26 74.07 11.6 -
YUV 198.2 17.28 120.01 -
System Red Green Blue C M Y K H S L
Decimal 187 242 2 0.23 0 0.99 0.05 73.75 0.98 0.48
Hex BB F2 2 17 0 63 5 4A 62 30
Octal 273 362 2 27 0 143 5 112 142 60
Binary 10111011 11110010 10 10111 0 1100011 101 1001010 1100010 110000

Color Harmonies of #BBF202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF202

Black with #BBF202

Text Example


Text Example

White with #BBF202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF202; }

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

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

background-color css

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

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

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

border-color css

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

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

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