Html Css Color HEX #BAFE00 Electric Lime

📋 copy color: '#BAFE00'

red 186 ◦ green 254 ◦ blue 0

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

Shades of Electric Lime #BAFE00

Tints of Electric Lime #BAFE00

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.73%

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

R = 42.27%
G = 57.73%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#BAFE00 (or 0xBAFE00) is known color: Electric Lime. HEX triplet: BA, FE and 00. RGB value is (186,254,0). Sum of RGB (Red+Green+Blue) = 186+254+0=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE00 is #4501FF. Grayscale: #CDCDCD. Windows color (decimal): -4522496 or 65210. OLE color: 65210.

HSL color Cylindrical-coordinate representation of color #BAFE00: hue angle of 76.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAFE00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 0 -
CMYK 0.27 0 1 0.00
HSL 76.06º 1% 0.5% -
HSV(B) 76.06º 1% 1% -
XYZ 55.69 81.32 12.76 -
YUV 204.71 12.47 114.65 -
System Red Green Blue C M Y K H S L
Decimal 186 254 0 0.27 0 1 0.00 76.06 1 0.5
Hex BA FE 0 1B 0 64 0 4C 64 32
Octal 272 376 0 33 0 144 0 114 144 62
Binary 10111010 11111110 0 11011 0 1100100 0 1001100 1100100 110010

Color Harmonies of #BAFE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE00

Black with #BAFE00

Text Example


Text Example

White with #BAFE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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