Html Css Color HEX #BAF100 Electric Lime

📋 copy color: '#BAF100'

red 186 ◦ green 241 ◦ blue 0

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

Shades of Electric Lime #BAF100

Tints of Electric Lime #BAF100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.56%
G = 56.44%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#BAF100 (or 0xBAF100) is known color: Electric Lime. HEX triplet: BA, F1 and 00. RGB value is (186,241,0). Sum of RGB (Red+Green+Blue) = 186+241+0=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF100 is #450EFF. Grayscale: #C5C5C5. Windows color (decimal): -4525824 or 61882. OLE color: 61882.

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

Color convert

RGB 186 241 0 -
CMYK 0.23 0 1 0.05
HSL 73.69º 1% 0.47% -
HSV(B) 73.69º 1% 0.95% -
XYZ 51.71 73.35 11.43 -
YUV 197.08 16.78 120.1 -
System Red Green Blue C M Y K H S L
Decimal 186 241 0 0.23 0 1 0.05 73.69 1 0.47
Hex BA F1 0 17 0 64 5 4A 64 2F
Octal 272 361 0 27 0 144 5 112 144 57
Binary 10111010 11110001 0 10111 0 1100100 101 1001010 1100100 101111

Color Harmonies of #BAF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF100

Black with #BAF100

Text Example


Text Example

White with #BAF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF100; }

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

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

background-color css

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

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

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

border-color css

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

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

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