Html Css Color HEX #BAF102 Electric Lime

📋 copy color: '#BAF102'

red 186 ◦ green 241 ◦ blue 2

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

Shades of Electric Lime #BAF102

Tints of Electric Lime #BAF102

RGB

 RED value IS 186 (73.05% from 255) = 43.36%

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

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

R = 43.36%
G = 56.18%
B = 0.47%

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

#BAF102 (or 0xBAF102) is known color: Electric Lime. HEX triplet: BA, F1 and 02. RGB value is (186,241,2). Sum of RGB (Red+Green+Blue) = 186+241+2=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF102 is #450EFD. Grayscale: #C6C6C6. Windows color (decimal): -4525822 or 192954. OLE color: 192954.

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

Color convert

RGB 186 241 2 -
CMYK 0.23 0 0.99 0.05
HSL 73.81º 0.98% 0.48% -
HSV(B) 73.81º 0.99% 0.95% -
XYZ 51.72 73.35 11.49 -
YUV 197.31 17.78 119.93 -
System Red Green Blue C M Y K H S L
Decimal 186 241 2 0.23 0 0.99 0.05 73.81 0.98 0.48
Hex BA F1 2 17 0 63 5 4A 62 30
Octal 272 361 2 27 0 143 5 112 142 60
Binary 10111010 11110001 10 10111 0 1100011 101 1001010 1100010 110000

Color Harmonies of #BAF102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF102

Black with #BAF102

Text Example


Text Example

White with #BAF102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF102; }

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

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

background-color css

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

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

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

border-color css

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

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

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