Html Css Color HEX #BBF102 Electric Lime

📋 copy color: '#BBF102'

red 187 ◦ green 241 ◦ blue 2

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

Shades of Electric Lime #BBF102

Tints of Electric Lime #BBF102

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.05%

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

R = 43.49%
G = 56.05%
B = 0.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#BBF102 (or 0xBBF102) is known color: Electric Lime. HEX triplet: BB, F1 and 02. RGB value is (187,241,2). Sum of RGB (Red+Green+Blue) = 187+241+2=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 241 (94.53% from 255 or 56.05% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF102 is #440EFD. Grayscale: #C6C6C6. Windows color (decimal): -4460286 or 192955. OLE color: 192955.

HSL color Cylindrical-coordinate representation of color #BBF102: hue angle of 73.56º 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 #BBF102 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 2 -
CMYK 0.22 0 0.99 0.05
HSL 73.56º 0.98% 0.48% -
HSV(B) 73.56º 0.99% 0.95% -
XYZ 51.96 73.48 11.5 -
YUV 197.61 17.61 120.43 -
System Red Green Blue C M Y K H S L
Decimal 187 241 2 0.22 0 0.99 0.05 73.56 0.98 0.48
Hex BB F1 2 16 0 63 5 4A 62 30
Octal 273 361 2 26 0 143 5 112 142 60
Binary 10111011 11110001 10 10110 0 1100011 101 1001010 1100010 110000

Color Harmonies of #BBF102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF102

Black with #BBF102

Text Example


Text Example

White with #BBF102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF102; }

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

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

background-color css

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

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

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

border-color css

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

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

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